Hexen: Fixed bug in mobj collision testing
For Hexen the thing.onMobj value was never reset,meaning that once a mobj got on another one, itstayed there forever.
Fixes the issue of the player's Z coordinate gettingstuck after being hit by some fireballs.
View differences
Hexen: Fixed bug in mobj collision testing
For Hexen the thing.onMobj value was never reset,
meaning that once a mobj got on another one, it
stayed there forever.
Fixes the issue of the player's Z coordinate getting
stuck after being hit by some fireballs.