[Scummvm-git-logs] scummvm master -> 689d0538f23a5bae1ca12ddc51ac0ae085fb54e1

dreammaster dreammaster at scummvm.org
Tue Apr 4 02:41:51 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:
689d0538f2 TITANIC: Add missing break to switch statement


Commit: 689d0538f23a5bae1ca12ddc51ac0ae085fb54e1
    https://github.com/scummvm/scummvm/commit/689d0538f23a5bae1ca12ddc51ac0ae085fb54e1
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-04-03T20:41:39-04:00

Commit Message:
TITANIC: Add missing break to switch statement

Changed paths:
    engines/titanic/pet_control/pet_remote.cpp


diff --git a/engines/titanic/pet_control/pet_remote.cpp b/engines/titanic/pet_control/pet_remote.cpp
index 989d744..e2ed619 100644
--- a/engines/titanic/pet_control/pet_remote.cpp
+++ b/engines/titanic/pet_control/pet_remote.cpp
@@ -445,6 +445,7 @@ bool CPetRemote::loadGlyph(int glyphIndex) {
 
 	case GLYPH_GOTO_BAR:
 		glyph = new CGotoBarGlyph();
+		break;
 
 	case GLYPH_GOTO_PROMENADE:
 		glyph = new CGotoPromenadeDeckGlyph();





More information about the Scummvm-git-logs mailing list