mirror of
https://github.com/halpz/re3.git
synced 2025-07-03 19:50:45 +00:00
Remove console and fix sth
This commit is contained in:
@ -4359,7 +4359,7 @@ CPed::RestorePreviousState(void)
|
||||
case PED_WANDER_PATH:
|
||||
m_nPedState = PED_WANDER_PATH;
|
||||
bIsRunning = false;
|
||||
if (!bFindNewNodeAfterStateRestore) {
|
||||
if (bFindNewNodeAfterStateRestore) {
|
||||
if (m_pNextPathNode) {
|
||||
CVector diff = m_pNextPathNode->GetPosition() - GetPosition();
|
||||
if (diff.MagnitudeSqr() < sq(7.0f)) {
|
||||
|
Reference in New Issue
Block a user