mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-03-07 01:51:16 +00:00
Since the SpawnedThings array is still available when polyobjects are spawned it makes no sense to create an expensive linked list in P_SpawnMapThing. This can be done far better by scanning through the array again and collect all matching items in a second array. |
||
---|---|---|
.. | ||
edata.cpp | ||
glnodes.cpp | ||
maploader.cpp | ||
maploader.h | ||
slopes.cpp | ||
udmf.cpp |