[Scummvm-cvs-logs] SF.net SVN: scummvm:[55286] scummvm/trunk/engines/gob/resources.cpp

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Tue Jan 18 07:30:47 CET 2011


Revision: 55286
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55286&view=rev
Author:   drmccoy
Date:     2011-01-18 06:30:47 +0000 (Tue, 18 Jan 2011)

Log Message:
-----------
GOB: Fix Urban Runner hotspot texts

Thanks to SylvainTV :)

Modified Paths:
--------------
    scummvm/trunk/engines/gob/resources.cpp

Modified: scummvm/trunk/engines/gob/resources.cpp
===================================================================
--- scummvm/trunk/engines/gob/resources.cpp	2011-01-18 05:09:43 UTC (rev 55285)
+++ scummvm/trunk/engines/gob/resources.cpp	2011-01-18 06:30:47 UTC (rev 55286)
@@ -172,12 +172,12 @@
 	if (!hasTOTRes && !hasEXTRes)
 		return false;
 
+	if (!loadTOTTextTable(_fileBase)) {
+		unload();
+		return false;
+	}
+
 	if (hasTOTRes) {
-		if (!loadTOTTextTable(_fileBase)) {
-			unload();
-			return false;
-		}
-
 		if (!loadIMFile()) {
 			unload();
 			return false;


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