Fix the FIXME ;-)

svn-id: r29955
This commit is contained in:
Max Horn 2007-12-23 00:34:48 +00:00
parent c9891423e3
commit 275c91be33

View File

@ -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 &&