mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-25 18:24:59 +01:00
Sigh.
This commit is contained in:
parent
3323b7e3cf
commit
f0ec627628
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue