diff --git a/src/p_interaction.cpp b/src/p_interaction.cpp index f4eb1d336..eb1fb46fe 100644 --- a/src/p_interaction.cpp +++ b/src/p_interaction.cpp @@ -1765,7 +1765,7 @@ bool AActor::CallOkayToSwitchTarget(AActor *other) GlobalVMStack.Call(func, params, 2, &ret, 1); return !!retv; } - return OkayToSwitchTarget(other;; + return OkayToSwitchTarget(other); }