[Scummvm-git-logs] scummvm master -> 5a519e19c6338fd71635017d2e65420e60e8e14a

criezy criezy at scummvm.org
Wed May 8 00:56:02 CEST 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:
5a519e19c6 BLADERUNNER: Fix compilation with non-c++11 compilers


Commit: 5a519e19c6338fd71635017d2e65420e60e8e14a
    https://github.com/scummvm/scummvm/commit/5a519e19c6338fd71635017d2e65420e60e8e14a
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2019-05-07T23:54:40+01:00

Commit Message:
BLADERUNNER: Fix compilation with non-c++11 compilers

Changed paths:
    engines/bladerunner/script/scene/ps04.cpp


diff --git a/engines/bladerunner/script/scene/ps04.cpp b/engines/bladerunner/script/scene/ps04.cpp
index a5b2f01..7096b42 100644
--- a/engines/bladerunner/script/scene/ps04.cpp
+++ b/engines/bladerunner/script/scene/ps04.cpp
@@ -26,7 +26,7 @@ namespace BladeRunner {
 
 enum kPS04Loops {
 	kPS04LoopPanToPS04                 = 0, //   0 -  29
-	kPS04LoopMainLoop                  = 1, //  30 -  90 (actually 31-90)
+	kPS04LoopMainLoop                  = 1  //  30 -  90 (actually 31-90)
 };
 
 void SceneScriptPS04::InitializeScene() {





More information about the Scummvm-git-logs mailing list