vkdoom_m/src/maploader
Christoph Oelckers 6ae417725f - removed the optional MAPINFO data handler and moved the 3 items still using it to the main parser file.
This thing made sense when GZDoom and ZDoom were separate projects to avoid having to change some core files for the added options.
Now, with only 3 ones remaining, one for FraggleScript and two for Extradata the overhead here is just too high. The 3 variables can just be moved to level_info_t without carrying along this much baggage.
2018-12-27 17:38:11 +01:00
..
edata.cpp - removed the optional MAPINFO data handler and moved the 3 items still using it to the main parser file. 2018-12-27 17:38:11 +01:00
glnodes.cpp
maploader.cpp
maploader.h
slopes.cpp
udmf.cpp