- Removed a few new warnings spewed by GCC.

SVN r641 (trunk)
This commit is contained in:
Randy Heit 2007-12-26 05:03:14 +00:00
commit 813b59edee
6 changed files with 13 additions and 18 deletions

View file

@ -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)