-fixed warnings
This commit is contained in:
parent
074bce643a
commit
c3eec6db4d
2 changed files with 2 additions and 2 deletions
|
|
@ -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++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue