diff --git a/src/Resource.cpp b/src/Resource.cpp index 9146c84f..e74ddb22 100644 --- a/src/Resource.cpp +++ b/src/Resource.cpp @@ -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)