Skip to content

Spawn MT_RAY when attempting to spawn MT_NULL

SteelT requested to merge mobj-spawn-null-fix into next

Some code assumes that P_SpawnMobj can never return NULL

So spawn MT_RAY in it's place when attempting to spawn MT_NULL and show a console warning

Fixes #800 (closed) and #801 (closed), maybe #802 (closed) also

EXE:srb2win_mobj-spawn-null-fix.exe

Edited by SteelT

Merge request reports