mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +00:00
- typo...
This commit is contained in:
parent
fd9dc9e3f4
commit
d74b6a6896
1 changed files with 1 additions and 1 deletions
|
@ -1765,7 +1765,7 @@ bool AActor::CallOkayToSwitchTarget(AActor *other)
|
|||
GlobalVMStack.Call(func, params, 2, &ret, 1);
|
||||
return !!retv;
|
||||
}
|
||||
return OkayToSwitchTarget(other;;
|
||||
return OkayToSwitchTarget(other);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue