shithub: cstory

Download patch

ref: ad27a40ba36d3501375287c9f9b09698d5a84783
parent: d250d0de7da51f88e07986c77e763c12ae9ca4e2
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Sep 3 18:17:06 EDT 2020

Tiny cleanup

--- a/src/Resource.cpp
+++ b/src/Resource.cpp
@@ -337,9 +337,8 @@
 	{"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)