Merge branch 'master' of https://github.com/rheit/zdoom
This commit is contained in:
commit
20d3a72307
18 changed files with 246 additions and 150 deletions
|
|
@ -458,7 +458,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