[Scummvm-git-logs] scummvm master -> b5928738474a6b0e2be08ce464bc9c7ebfa5fb0a
dreammaster
dreammaster at scummvm.org
Mon Aug 7 04:15:03 CEST 2017
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:
b592873847 HOPKINS: Add missing break to switch statement
Commit: b5928738474a6b0e2be08ce464bc9c7ebfa5fb0a
https://github.com/scummvm/scummvm/commit/b5928738474a6b0e2be08ce464bc9c7ebfa5fb0a
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-08-06T22:14:36-04:00
Commit Message:
HOPKINS: Add missing break to switch statement
Changed paths:
engines/hopkins/hopkins.cpp
diff --git a/engines/hopkins/hopkins.cpp b/engines/hopkins/hopkins.cpp
index 9940391..f28de39 100644
--- a/engines/hopkins/hopkins.cpp
+++ b/engines/hopkins/hopkins.cpp
@@ -665,6 +665,7 @@ bool HopkinsEngine::runLinuxDemo() {
_linesMan->setMaxLineIdx(40);
_globals->_characterMaxPosY = 435;
_objectsMan->sceneControl2("IM26", "IM26", "ANIM26", "IM26", 30, true);
+ break;
case 33:
_objectsMan->sceneControl("IM33", "IM33", "ANIM33", "IM33", 8, false);
More information about the Scummvm-git-logs
mailing list