mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-07-07 23:16:51 +00:00
Put a run time warning that 415 doesn't work
This commit is contained in:
parent
8a616fb265
commit
1db88decce
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue