- Fixed compilation of i_keyboard.cpp with MinGW, because w32api still doesn't have
everything that was new for XP. - Swapped snes_spc out for the full Game Music Emu library. SVN r1631 (trunk)
This commit is contained in:
parent
2ab76070c0
commit
a8de4fc2da
152 changed files with 28327 additions and 5166 deletions
|
|
@ -189,7 +189,7 @@ static EIWADType ScanIWAD (const char *iwad)
|
|||
Check_e2m1
|
||||
};
|
||||
int lumpsfound[NUM_CHECKLUMPS];
|
||||
int i;
|
||||
size_t i;
|
||||
|
||||
memset (lumpsfound, 0, sizeof(lumpsfound));
|
||||
FResourceFile *iwadfile = FResourceFile::OpenResourceFile(iwad, NULL, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue