-fixed warnings

This commit is contained in:
Christoph Oelckers 2016-04-20 20:03:21 +02:00
commit c3eec6db4d
2 changed files with 2 additions and 2 deletions

View file

@ -453,7 +453,7 @@ void P_SerializeWorld (FArchive &arc)
void P_SerializeWorldActors(FArchive &arc)
{
int i, j;
int i;
sector_t *sec;
for (i = 0, sec = sectors; i < numsectors; i++, sec++)