From 689d0538f23a5bae1ca12ddc51ac0ae085fb54e1 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 3 Apr 2017 20:41:39 -0400 Subject: TITANIC: Add missing break to switch statement --- engines/titanic/pet_control/pet_remote.cpp | 1 + 1 file changed, 1 insertion(+) (limited to '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 989d74452a..e2ed619d11 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(); -- cgit v1.2.3