aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/sounds.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/dm/sounds.cpp')
-rw-r--r--engines/dm/sounds.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dm/sounds.cpp b/engines/dm/sounds.cpp
index bd7d4042f8..a4de3c3984 100644
--- a/engines/dm/sounds.cpp
+++ b/engines/dm/sounds.cpp
@@ -43,7 +43,7 @@ SoundMan *SoundMan::getSoundMan(DMEngine *vm, const DMADGameDescription *gameVer
switch (gameVersion->_desc.platform) {
default:
warning("Unknown platform, using default Amiga SoundMan");
- // No break on purpose
+ // fall through
case Common::kPlatformAmiga:
return new SoundMan(vm);
case Common::kPlatformAtariST: