1
This commit is contained in:
parent
3c812b4da8
commit
a45a9ac286
@ -2321,6 +2321,9 @@ void Creature::UpdateMove()
|
|||||||
GlmHelper::Normalize(dir);
|
GlmHelper::Normalize(dir);
|
||||||
SetMoveDir(dir);
|
SetMoveDir(dir);
|
||||||
}
|
}
|
||||||
|
} else if (room->IsNewBieRoom() && IsNearGas()) {
|
||||||
|
GetMutablePos() = old_pos;
|
||||||
|
GetMovement()->ClearPath();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user