diff options
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/scumm.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index c043214fab..52b0c9504b 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -3175,7 +3175,6 @@ Engine *Engine_SCUMM_create(GameDetector *detector, OSystem *syst) { case Common::kPlatformFMTowns: game.features |= GF_FMTOWNS; if (game.version == 3) { - // The V5 FM-TOWNS games are mostly identical to the PC versions, it seems? game.midi = MDT_TOWNS; } break; |