mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-10 16:52:16 +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)
|
||||
return;
|
||||
|
||||
P_LinedefExecute(LE_BOSSDEAD, ufo, NULL);
|
||||
P_LinedefExecute(LE_BOSSDEAD, toucher, NULL);
|
||||
|
||||
CONS_Printf("You win!\n");
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue