SCUMM: whitespace
This commit is contained in:
parent
fa48015bbd
commit
1f7c52a942
1 changed files with 1 additions and 1 deletions
|
@ -1120,7 +1120,7 @@ void Actor_v2::walkActor() {
|
||||||
if (_moving & MF_TURN) {
|
if (_moving & MF_TURN) {
|
||||||
new_dir = updateActorDirection(false);
|
new_dir = updateActorDirection(false);
|
||||||
if (_facing != new_dir) {
|
if (_facing != new_dir) {
|
||||||
setDirection(new_dir);
|
setDirection(new_dir);
|
||||||
} else {
|
} else {
|
||||||
_moving &= ~MF_TURN;
|
_moving &= ~MF_TURN;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue