mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 12:09:15 +00:00
SCI: Slight formatting fix.
svn-id: r54737
This commit is contained in:
parent
4fe03f1b66
commit
c14399c229
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user