- Removed a few new warnings spewed by GCC.
SVN r641 (trunk)
This commit is contained in:
parent
1acc3d00c4
commit
813b59edee
6 changed files with 13 additions and 18 deletions
|
|
@ -3407,7 +3407,7 @@ void P_SetupLevel (char *lumpname, int position)
|
|||
players[i].mo = NULL;
|
||||
}
|
||||
// [RH] Clear any scripted translation colors the previous level may have set.
|
||||
for (i = 0; i < translationtables[TRANSLATION_LevelScripted].Size(); ++i)
|
||||
for (i = 0; i < int(translationtables[TRANSLATION_LevelScripted].Size()); ++i)
|
||||
{
|
||||
FRemapTable *table = translationtables[TRANSLATION_LevelScripted][i];
|
||||
if (table != NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue