1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-28 23:48:30 +02:00
This commit is contained in:
Ethan Lee 2020-06-15 07:37:05 -04:00
parent 3323b7e3cf
commit f0ec627628

View File

@ -7,7 +7,7 @@
struct resourceheader struct resourceheader
{ {
char name[48]; char name[48];
int start; int start_UNUSED;
int size; int size;
bool valid; bool valid;
}; };