SCUMM: whitespace

This commit is contained in:
athrxx 2021-06-06 17:06:14 +02:00
parent fa48015bbd
commit 1f7c52a942

View file

@ -1120,7 +1120,7 @@ void Actor_v2::walkActor() {
if (_moving & MF_TURN) {
new_dir = updateActorDirection(false);
if (_facing != new_dir) {
setDirection(new_dir);
setDirection(new_dir);
} else {
_moving &= ~MF_TURN;
}