- the final batch of easy level replacements.
What's left will require a bit more work...
This commit is contained in:
parent
11c453a71f
commit
b4acb857ad
30 changed files with 226 additions and 212 deletions
|
|
@ -558,9 +558,9 @@ void P_Recalculate3DFloors(sector_t * sector)
|
|||
//
|
||||
//==========================================================================
|
||||
|
||||
void P_ClearDynamic3DFloorData()
|
||||
void FLevelLocals::ClearDynamic3DFloorData()
|
||||
{
|
||||
for (auto &sec : level.sectors)
|
||||
for (auto &sec : sectors)
|
||||
{
|
||||
TArray<F3DFloor*> & ffloors = sec.e->XFloor.ffloors;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue