shithub: rott

Download patch

ref: a3828d459c7f9fd188e2a2bfb7663622d3ae1755
parent: 948a1fe25af7b2ca0dbd1c694b3c3610a5f32d0a
author: Jacob Moody <moody@posixcafe.org>
date: Sat Feb 11 13:35:48 EST 2023

disable alternate actors?

this seems to be something that was bugged in the original
game as well, something about using alternative actors if
the shareware version was being used or not. Right now
putting this to zero solves the issue. Perhaps the shareware
check needs implemented?

--- a/src/rt_ted.c
+++ b/src/rt_ted.c
@@ -370,7 +370,7 @@
 
 
 #define IS_ALTERNATE_ACTOR(ob)                                 \
-        ((ob->shapeoffset - deathshapeoffset[ob->obclass]) > 0)\
+        (0)\
 
 /*
 ======================