fix: typo in function name
This commit is contained in:
parent
6e09cee0ee
commit
99aac1b2ee
3 changed files with 3 additions and 3 deletions
|
|
@ -2911,7 +2911,7 @@ bool Bot::isDeadlyMove (const Vector &to) {
|
|||
return false;
|
||||
}
|
||||
|
||||
bool Bot::isSafeToMove (const Vector &to) {
|
||||
bool Bot::isNotSafeToMove (const Vector &to) {
|
||||
// simplified version of isDeadlyMove() just for combat movement checking
|
||||
|
||||
constexpr auto kUnitsDown = 1000.0f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue