[Scummvm-cvs-logs] SF.net SVN: scummvm: [29276] scummvm/trunk/engines/saga/rscfile.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sun Oct 28 05:23:52 CET 2007


Revision: 29276
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29276&view=rev
Author:   thebluegr
Date:     2007-10-27 21:23:51 -0700 (Sat, 27 Oct 2007)

Log Message:
-----------
Fixed typo

Modified Paths:
--------------
    scummvm/trunk/engines/saga/rscfile.cpp

Modified: scummvm/trunk/engines/saga/rscfile.cpp
===================================================================
--- scummvm/trunk/engines/saga/rscfile.cpp	2007-10-28 04:16:48 UTC (rev 29275)
+++ scummvm/trunk/engines/saga/rscfile.cpp	2007-10-28 04:23:51 UTC (rev 29276)
@@ -406,8 +406,8 @@
 			if (Common::File::exists("sfx.res") || Common::File::exists("sfx.cmp")) {
 				_contextsCount++;
 				soundFileIndex = _contextsCount - 1;
-				if (Common::File::exists("sfx.rsc")) {
-					sprintf(soundFileName, "sfx.rsc");
+				if (Common::File::exists("sfx.res")) {
+					sprintf(soundFileName, "sfx.res");
 				} else {
 					sprintf(soundFileName, "sfx.cmp");
 					_vm->_gf_compressed_sounds = true;


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