From 275c91be33968f17bf1ad2cad2cccdece598ce98 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 23 Dec 2007 00:34:48 +0000 Subject: Fix the FIXME ;-) svn-id: r29955 --- engines/kyra/sound_towns.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'engines/kyra/sound_towns.cpp') 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 && -- cgit v1.2.3