- typo...

This commit is contained in:
Christoph Oelckers 2017-03-19 12:41:00 +01:00
parent fd9dc9e3f4
commit d74b6a6896
1 changed files with 1 additions and 1 deletions

View File

@ -1765,7 +1765,7 @@ bool AActor::CallOkayToSwitchTarget(AActor *other)
GlobalVMStack.Call(func, params, 2, &ret, 1);
return !!retv;
}
return OkayToSwitchTarget(other;;
return OkayToSwitchTarget(other);
}