diff options
| author | Matthew Hoops | 2015-06-28 20:04:02 -0400 |
|---|---|---|
| committer | Matthew Hoops | 2015-06-28 20:05:24 -0400 |
| commit | 30de61dcce96275b36c42f17f369b2e6e8c35e8e (patch) | |
| tree | 838bfe817ce899293fa26b68a00b01283f5ed193 /engines | |
| parent | e1428ce7ac21a76cd6fc5538e247a51cb4a9432e (diff) | |
| download | scummvm-rg350-30de61dcce96275b36c42f17f369b2e6e8c35e8e.tar.gz scummvm-rg350-30de61dcce96275b36c42f17f369b2e6e8c35e8e.tar.bz2 scummvm-rg350-30de61dcce96275b36c42f17f369b2e6e8c35e8e.zip | |
GROOVIE: Silence a gcc warning
Diffstat (limited to 'engines')
| -rw-r--r-- | engines/groovie/music.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/groovie/music.cpp b/engines/groovie/music.cpp index 795a6e6f2d..f72e3e4e5a 100644 --- a/engines/groovie/music.cpp +++ b/engines/groovie/music.cpp @@ -409,6 +409,8 @@ MusicPlayerXMI::MusicPlayerXMI(GroovieEngine *vm, const Common::String >lName) musicType = MT_MT32; } break; + default: + break; } } |
