mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Forgot to stage this
This commit is contained in:
parent
df3624d96c
commit
d1852adf30
1 changed files with 1 additions and 1 deletions
|
|
@ -414,7 +414,7 @@ void P_TouchSpecialThing(mobj_t *special, mobj_t *toucher, boolean heightcheck)
|
||||||
if (toucher->hitlag > 0)
|
if (toucher->hitlag > 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
P_LinedefExecute(LE_BOSSDEAD, ufo, NULL);
|
P_LinedefExecute(LE_BOSSDEAD, toucher, NULL);
|
||||||
|
|
||||||
CONS_Printf("You win!\n");
|
CONS_Printf("You win!\n");
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue