Forgot to stage this

This commit is contained in:
toaster 2022-12-29 17:46:11 +00:00
parent df3624d96c
commit d1852adf30

View file

@ -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;