Closed MotoLegacy closed 9 months ago
oh i didnt see this
got it to crash in ironwail
Can you make sure you're not just building and replacing progs.dat
? Quakespasm derivatives will always use the progs.dat
inside of .pak
files, ignoring any attempt to "override" them.
got it to crash in ironwail
so some how theres a phantom progs.dat floating around so this wasnt the issue since i tested it ina new git clone and the bug was fixed
but
theres a new bug monsters dont get teleported when they are meant to
wooo
Fixes behaviors when non-clients interact with
trigger_teleport
via.use
causing execution of__NULL__
. Also replaces all references of theSUB_Null
->__NULL__
macro with__NULL__
outright, suggested to mitigate confusion.Also opts into building with
-O3
, verified that optimizations only cause issues when compiling mutators, which LibreQuake is not.