raze/source/games
Mitchell Richters 656ec8ef06 - Blood: Apply a slightly better fix for the akimbo shotgun animation kQAV2SHOTF2 (res_id: 61).
* The issue here is that `pPlayer->weaponTimer` reaches 0 before the animation plays out. This is because the QAV timer has its own ticrate independent of the game's timer.
* A workaround like this is still the best approach for now as its not easily possible to remove `weaponTimer` within the game without messing up the trigger system that runs at ticrate.
2021-08-27 22:18:57 +10:00
..
blood - Blood: Apply a slightly better fix for the akimbo shotgun animation kQAV2SHOTF2 (res_id: 61). 2021-08-27 22:18:57 +10:00
duke - set currentLevel before calling engineLoadBoard. 2021-07-27 22:12:29 +02:00
exhumed - Exhumed: fixed crash when ending the game. 2021-08-14 10:40:14 +02:00
sw - SW: fixed episode indexing resulting in bad display on the automap. 2021-08-24 09:57:36 +02:00