mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +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);
|
ParseTextMap(map, missingtex);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CalcIndices();
|
||||||
PostProcessLevel(checksum);
|
PostProcessLevel(checksum);
|
||||||
|
|
||||||
LoopSidedefs(true);
|
LoopSidedefs(true);
|
||||||
|
|
Loading…
Reference in a new issue