diff options
author | Max Horn | 2007-12-23 00:34:48 +0000 |
---|---|---|
committer | Max Horn | 2007-12-23 00:34:48 +0000 |
commit | 275c91be33968f17bf1ad2cad2cccdece598ce98 (patch) | |
tree | a219f2033444f0f8f218b5fd7435f79bb8b3c162 /engines | |
parent | c9891423e3155e943aab536f1de44db061f88a14 (diff) | |
download | scummvm-rg350-275c91be33968f17bf1ad2cad2cccdece598ce98.tar.gz scummvm-rg350-275c91be33968f17bf1ad2cad2cccdece598ce98.tar.bz2 scummvm-rg350-275c91be33968f17bf1ad2cad2cccdece598ce98.zip |
Fix the FIXME ;-)
svn-id: r29955
Diffstat (limited to 'engines')
-rw-r--r-- | engines/kyra/sound_towns.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/kyra/sound_towns.cpp b/engines/kyra/sound_towns.cpp index 000c9ebe95..6a5bb17c37 100644 --- a/engines/kyra/sound_towns.cpp +++ b/engines/kyra/sound_towns.cpp @@ -1430,11 +1430,11 @@ SoundTowns_v2::~SoundTowns_v2() { bool SoundTowns_v2::init() { //_driver = new SoundTowns_v2_TwnDriver(_mixer); _vm->checkCD(); - // FIXME While checking for 'track1.XXX(X)' looks like - // a good idea, but we should definitly not be doing this + // FIXME: While checking for 'track1.XXX(X)' looks like + // a good idea, we should definitely not be doing this // here. Basically our filenaming scheme could change - // or we added support for other audio formats. Also - // this misses the posibility that we play the tracks + // or we could add support for other audio formats. Also + // this misses the possibility that we play the tracks // right off CD. So we should find another way to // check if we have access to CD audio. if (_musicEnabled && |