mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-14 13:58:01 +00:00
TITANIC: Add missing break to switch statement
This commit is contained in:
parent
ea989b681c
commit
689d0538f2
@ -445,6 +445,7 @@ bool CPetRemote::loadGlyph(int glyphIndex) {
|
||||
|
||||
case GLYPH_GOTO_BAR:
|
||||
glyph = new CGotoBarGlyph();
|
||||
break;
|
||||
|
||||
case GLYPH_GOTO_PROMENADE:
|
||||
glyph = new CGotoPromenadeDeckGlyph();
|
||||
|
Loading…
x
Reference in New Issue
Block a user