Hook up 3d floor updates to the level mesh

This commit is contained in:
Ricardo Luís Vaz Silva 2024-10-15 13:24:00 -03:00 committed by Magnus Norddahl
commit 44e69451cf
8 changed files with 153 additions and 44 deletions

View file

@ -1866,6 +1866,7 @@ void FLevelLocals::Init()
musicorder = info->musicorder;
MusicVolume = 1.f;
HasHeightSecs = false;
SecCorrelations.Clear();
LevelName = info->LookupLevelName();
NextMap = info->NextMap;