Tiny cleanup

This commit is contained in:
Clownacy 2020-09-03 22:17:06 +01:00
parent d250d0de7d
commit ad27a40ba3

View file

@ -337,9 +337,8 @@ static const struct
{"ORG", "WHITE", rWhite, sizeof(rWhite)},
{"ORG", "XXXX", rXXXX, sizeof(rXXXX)},
{"ORG", "ZONBIE", rZonbie, sizeof(rZonbie)},
{"WAVE", "WAVE100", rWave, sizeof(rWave)},
{"DUMMY", "DUMMY", NULL, 0} // Just here to prevent errors in the event the array is otherwise empty
{"DUMMY", "DUMMY", NULL, 0} // Just here to prevent errors in the event that the array is otherwise empty
};
const unsigned char* FindResource(const char *name, const char *type, size_t *size)