raze/wadsrc/static/zscript/games/duke
Christoph Oelckers dd2ea96d6c turn players into DObjects and fix several bugs with bad memory access.
* DObjects may not be memset to 0.
* There was still code trying to retrieve the player index with pointer artithmetic. With an array of pointers this does not work.
2023-10-02 21:03:59 +02:00
..
actors - RR: fixed inheritance of two items. 2023-09-23 11:59:33 +02:00
ui - hotfix for compiler bug with optimized out if statement. 2023-05-19 22:51:31 +02:00
world - final clenaup on animatesprites_d.cpp. 2023-04-07 12:22:44 +02:00
dukeactor.zs - Duke: fix management of killit_flag. 2023-07-22 10:24:20 +02:00
dukegame.zs turn players into DObjects and fix several bugs with bad memory access. 2023-10-02 21:03:59 +02:00