raze/wadsrc
Christoph Oelckers 9e3318a2fb - moved spawnclasses and breakwall definitions from .def to RMAPINFO.
.def is not the right place for this - it needs to run very early in the process, before scripted actors are loaded, so doing this stuff there means that half the initialization has to be postponed and error reporting is sub-par.
These are now part of RMAPINFO which gets parsed as one of the very last things - it is also where GZDoom is doing some of these things.

The better error reporting also allowed fixing some errors in these definitions.
2022-12-11 19:43:57 +01:00
..
static - moved spawnclasses and breakwall definitions from .def to RMAPINFO. 2022-12-11 19:43:57 +01:00
CMakeLists.txt - upgraded wadsrc/CMakeLists.txt 2021-03-15 08:38:31 +01:00