- add calc indices before running level postprocessor

This commit is contained in:
Rachael Alexanderson 2019-11-12 09:46:14 -05:00
parent 21a74dfb13
commit 37fdf14422
1 changed files with 1 additions and 0 deletions

View File

@ -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);