Welcome, Guest! Log In | Create Account

Changeset 45589

Show
Ignore:
Timestamp:
11/01/09 01:31:23 (2 months ago)
Author:
athrxx
Message:

Kyra/FM-Towns: make sure that at least the synthesizer music plays when no cd audio tracks are found

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • scummvm/trunk/engines/kyra/sound_towns.cpp

    r45414 r45589  
    41384138                        (res->exists("track1.mp3") || res->exists("track1.ogg") || res->exists("track1.flac") || res->exists("track1.fla"))) 
    41394139                                _musicEnabled = 2; 
     4140                else 
     4141                        _musicEnabled = 1; 
    41404142                _useFmSfx = false; 
    41414143