raze/source/games
Christoph Oelckers 13e6718153 - added mapSpawned member to DDukeActor
Duke uses the owner a lot to check if an actor was spawned at map start or in-game, but that depends a lot on stale pointers being maintained, which our garbage collected system does not allow. So this field now serves as a more reliable stand-in for these cases.
No actual changes yet.
2022-12-13 10:36:45 +01:00
..
blood - fixed kill counting in Blood. 2022-12-13 08:37:22 +01:00
duke - added mapSpawned member to DDukeActor 2022-12-13 10:36:45 +01:00
exhumed - Exhumed: The ObjectList was not properly garbage collected. 2022-12-13 08:49:56 +01:00
sw - SW: For single player games, call PlayerDeathReset() from TerminateLevel() and not DoPlayerDeathCheckKeys(). 2022-12-11 19:46:27 +01:00