Put a run time warning that 415 doesn't work

This commit is contained in:
James R 2020-11-01 19:43:26 -08:00
parent 8a616fb265
commit 1db88decce

View file

@ -2572,6 +2572,7 @@ static void P_ProcessLineSpecial(line_t *line, mobj_t *mo, sector_t *callsec)
case 415: // Run a script
// FIXME: cursed
CONS_Alert(CONS_WARNING, "Linedef special 415 is currently broken! Fix it later, BYE.\n");
#if 0
if (cv_runscripts.value)
{