Tiny cleanup
This commit is contained in:
parent
d250d0de7d
commit
ad27a40ba3
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue