mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- add calc indices before running level postprocessor
This commit is contained in:
parent
21a74dfb13
commit
37fdf14422
1 changed files with 1 additions and 0 deletions
|
@ -3054,6 +3054,7 @@ void MapLoader::LoadLevel(MapData *map, const char *lumpname, int position)
|
|||
ParseTextMap(map, missingtex);
|
||||
}
|
||||
|
||||
CalcIndices();
|
||||
PostProcessLevel(checksum);
|
||||
|
||||
LoopSidedefs(true);
|
||||
|
|
Loading…
Reference in a new issue