TITANIC: Add missing break to switch statement

This commit is contained in:
Paul Gilbert 2017-04-03 20:41:39 -04:00
parent ea989b681c
commit 689d0538f2

View File

@ -445,6 +445,7 @@ bool CPetRemote::loadGlyph(int glyphIndex) {
case GLYPH_GOTO_BAR:
glyph = new CGotoBarGlyph();
break;
case GLYPH_GOTO_PROMENADE:
glyph = new CGotoPromenadeDeckGlyph();