Fixed|Hexen: Various invalid memory reads when starting ACScripts
Vanilla logic makes a lot of assumptions concerning the number of arguments a given script expects. Resulting in reading of values from memory that should not be interpreted as script arguments. A_KoraxChase for example.
Fixed|Hexen: Various invalid memory reads when starting ACScripts
Vanilla logic makes a lot of assumptions concerning the number of
arguments a given script expects. Resulting in reading of values
from memory that should not be interpreted as script arguments.
A_KoraxChase for example.