diff --git a/src/g_strife/a_strifeitems.cpp b/src/g_strife/a_strifeitems.cpp index 5bf6c2caa..6771080d0 100644 --- a/src/g_strife/a_strifeitems.cpp +++ b/src/g_strife/a_strifeitems.cpp @@ -177,7 +177,7 @@ IMPLEMENT_CLASS (ARaiseAlarm) bool ARaiseAlarm::TryPickup (AActor *&toucher) { P_NoiseAlert (toucher, toucher); - // A_WakeOracleSpectre (dword312F4); + CALL_ACTION(A_WakeOracleSpectre, toucher); GoAwayAndDie (); return true; }