From d74b6a6896e11f09f391502449be1c6da41543af Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 19 Mar 2017 12:41:00 +0100 Subject: [PATCH] - typo... --- src/p_interaction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }