[Scummvm-cvs-logs] SF.net SVN: scummvm:[54737] scummvm/trunk/engines/sci/resource.cpp
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Thu Dec 2 18:03:23 CET 2010
Revision: 54737
http://scummvm.svn.sourceforge.net/scummvm/?rev=54737&view=rev
Author: lordhoto
Date: 2010-12-02 17:03:21 +0000 (Thu, 02 Dec 2010)
Log Message:
-----------
SCI: Slight formatting fix.
Modified Paths:
--------------
scummvm/trunk/engines/sci/resource.cpp
Modified: scummvm/trunk/engines/sci/resource.cpp
===================================================================
--- scummvm/trunk/engines/sci/resource.cpp 2010-12-02 13:37:39 UTC (rev 54736)
+++ scummvm/trunk/engines/sci/resource.cpp 2010-12-02 17:03:21 UTC (rev 54737)
@@ -872,13 +872,12 @@
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();
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list