From ad27a40ba36d3501375287c9f9b09698d5a84783 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Thu, 3 Sep 2020 22:17:06 +0100 Subject: [PATCH] Tiny cleanup --- src/Resource.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)