[Scummvm-git-logs] scummvm master -> 1f7c52a942e98f854aa9f160c92b396a1c1ec01c

athrxx athrxx at scummvm.org
Sun Jun 6 15:07:07 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
1f7c52a942 SCUMM: whitespace


Commit: 1f7c52a942e98f854aa9f160c92b396a1c1ec01c
    https://github.com/scummvm/scummvm/commit/1f7c52a942e98f854aa9f160c92b396a1c1ec01c
Author: athrxx (athrxx at scummvm.org)
Date: 2021-06-06T17:06:33+02:00

Commit Message:
SCUMM: whitespace

Changed paths:
    engines/scumm/actor.cpp


diff --git a/engines/scumm/actor.cpp b/engines/scumm/actor.cpp
index b07a3d3042..4d93ec28db 100644
--- a/engines/scumm/actor.cpp
+++ b/engines/scumm/actor.cpp
@@ -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;
 		}




More information about the Scummvm-git-logs mailing list