[Scummvm-cvs-logs] SF.net SVN: scummvm: [31273] scummvm/trunk/engines/kyra/scene_v2.cpp

athrxx at users.sourceforge.net athrxx at users.sourceforge.net
Thu Mar 27 23:07:57 CET 2008


Revision: 31273
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31273&view=rev
Author:   athrxx
Date:     2008-03-27 15:07:57 -0700 (Thu, 27 Mar 2008)

Log Message:
-----------
fix for bug 1922560 (HoF: wheels entrance gfx wrong)

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/scene_v2.cpp

Modified: scummvm/trunk/engines/kyra/scene_v2.cpp
===================================================================
--- scummvm/trunk/engines/kyra/scene_v2.cpp	2008-03-27 22:05:13 UTC (rev 31272)
+++ scummvm/trunk/engines/kyra/scene_v2.cpp	2008-03-27 22:07:57 UTC (rev 31273)
@@ -418,7 +418,7 @@
 	char filename[14];
 
 	strcpy(filename, _sceneList[sceneId].filename);
-	if (sceneId == 68 && (queryGameFlag(0x1BC) || queryGameFlag(0x1DC)))
+	if (sceneId == 68 && (queryGameFlag(0x1BC) || queryGameFlag(0x1BD)))
 		strcpy(filename, "DOORX");
 	strcat(filename, ".CPS");
 


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