mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-30 15:31:59 +00:00
Fix the FIXME ;-)
svn-id: r29955
This commit is contained in:
parent
c9891423e3
commit
275c91be33
@ -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 &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user