[Scummvm-git-logs] scummvm master -> 62541cec061935ed098792b990bd177a4a2b86eb
peterkohaut
peterkohaut at users.noreply.github.com
Sat Jan 12 19:18:00 CET 2019
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:
62541cec06 BLADERUNNER: Fixed more compilation errors
Commit: 62541cec061935ed098792b990bd177a4a2b86eb
https://github.com/scummvm/scummvm/commit/62541cec061935ed098792b990bd177a4a2b86eb
Author: Peter Kohaut (peter.kohaut at gmail.com)
Date: 2019-01-12T19:17:41+01:00
Commit Message:
BLADERUNNER: Fixed more compilation errors
Changed paths:
engines/bladerunner/script/scene/ct02.cpp
diff --git a/engines/bladerunner/script/scene/ct02.cpp b/engines/bladerunner/script/scene/ct02.cpp
index c7c6ba7..8ee3f1b 100644
--- a/engines/bladerunner/script/scene/ct02.cpp
+++ b/engines/bladerunner/script/scene/ct02.cpp
@@ -27,7 +27,7 @@ namespace BladeRunner {
enum kCT02Loops {
kCT02LoopMain = 0,
kCT02LoopTippingPot = 2,
- kCT02LoopMainPotTipped = 3,
+ kCT02LoopMainPotTipped = 3
};
enum kCT02Exits {
More information about the Scummvm-git-logs
mailing list