[Scummvm-cvs-logs] scummvm master -> 2b5da612869cbcfeaaf858a32d27309bd4fcf7cd
sev-
sev at scummvm.org
Sun Jul 31 08:30:18 CEST 2016
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:
2b5da61286 GNAP: Fix indentation
Commit: 2b5da612869cbcfeaaf858a32d27309bd4fcf7cd
https://github.com/scummvm/scummvm/commit/2b5da612869cbcfeaaf858a32d27309bd4fcf7cd
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-07-31T09:30:21+03:00
Commit Message:
GNAP: Fix indentation
Changed paths:
engines/gnap/scenes/group4.cpp
diff --git a/engines/gnap/scenes/group4.cpp b/engines/gnap/scenes/group4.cpp
index f37be2c..814588d 100644
--- a/engines/gnap/scenes/group4.cpp
+++ b/engines/gnap/scenes/group4.cpp
@@ -2691,7 +2691,7 @@ void Scene46::run() {
case kHS46WalkArea1:
if (gnap._actionStatus < 0)
gnap.walkTo(Common::Point(-1, -1), -1, -1, 1);
- break;
+ break;
}
}
More information about the Scummvm-git-logs
mailing list