[Scummvm-git-logs] scummvm master -> b2122f4eeb12c96e33573c14d6531b5e3f70a64f

bluegr bluegr at gmail.com
Mon Mar 15 11:21:18 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:
b2122f4eeb LURE: Fix misleading indentation


Commit: b2122f4eeb12c96e33573c14d6531b5e3f70a64f
    https://github.com/scummvm/scummvm/commit/b2122f4eeb12c96e33573c14d6531b5e3f70a64f
Author: Orgad Shaneh (orgads at gmail.com)
Date: 2021-03-15T13:21:15+02:00

Commit Message:
LURE: Fix misleading indentation

Detected by Clang.

Changed paths:
    engines/lure/hotspots.cpp


diff --git a/engines/lure/hotspots.cpp b/engines/lure/hotspots.cpp
index 9130cd7d44..128308ecd0 100644
--- a/engines/lure/hotspots.cpp
+++ b/engines/lure/hotspots.cpp
@@ -2827,8 +2827,8 @@ void HotspotTickHandlers::standardCharacterAnimHandler(Hotspot &h) {
 
 //			if (h.destHotspotId() != 0) {
 				// Walking to an exit, check for any required room change
-				if (Support::checkRoomChange(h))
-					break;
+			if (Support::checkRoomChange(h))
+				break;
 //			}
 		}
 




More information about the Scummvm-git-logs mailing list