SCI: Slight formatting fix.

svn-id: r54737
This commit is contained in:
Johannes Schickel 2010-12-02 17:03:21 +00:00
parent 4fe03f1b66
commit c14399c229

View File

@ -872,13 +872,12 @@ void ResourceManager::init(bool initFromFallbackDetector) {
scanNewSources();
if (!initFromFallbackDetector) {
if (!addInternalSources())
{
// FIXME: This error message is not always correct.
// OTOH, it is nice to be able to detect missing files/sources
// So we should definitely fix addInternalSources so this error
// only pops up when necessary. Disabling for now.
// error("Somehow I can't seem to find the sound files I need (RESOURCE.AUD/RESOURCE.SFX), aborting");
if (!addInternalSources()) {
// FIXME: This error message is not always correct.
// OTOH, it is nice to be able to detect missing files/sources
// So we should definitely fix addInternalSources so this error
// only pops up when necessary. Disabling for now.
//error("Somehow I can't seem to find the sound files I need (RESOURCE.AUD/RESOURCE.SFX), aborting");
}
scanNewSources();
}