mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 02:42:20 +00:00
Whoops the third
This commit is contained in:
parent
7034e2537a
commit
d89d2505bb
1 changed files with 2 additions and 2 deletions
|
@ -966,7 +966,7 @@ static void ArchiveSectors(void)
|
|||
if (diff3 & SD_CRUMBLESTATE)
|
||||
WRITEINT32(save_p, ss->crumblestate);
|
||||
if (diff & SD_FFLOORS)
|
||||
ArchiveFFloors(save_p, ss);
|
||||
ArchiveFFloors(ss);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1042,7 +1042,7 @@ static void UnArchiveSectors(void)
|
|||
sectors[i].crumblestate = READINT32(save_p);
|
||||
|
||||
if (diff & SD_FFLOORS)
|
||||
UnArchiveFFloors(save_p, sectors[i]);
|
||||
UnArchiveFFloors(sectors[i]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue