mirror of
https://github.com/libretro/libretro-prboom.git
synced 2024-12-02 13:28:09 +00:00
silence warning
This commit is contained in:
parent
176e28d7c8
commit
ad69a6ed8b
@ -451,8 +451,8 @@ void W_Init(void)
|
||||
|
||||
{ // CPhipps - new wadfiles array used
|
||||
// open all the files, load headers, and count lumps
|
||||
int i;
|
||||
for (i=0; (size_t)i<numwadfiles; i++)
|
||||
unsigned i;
|
||||
for (i=0; i < numwadfiles; i++)
|
||||
W_AddFile(&wadfiles[i]);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user