[Scummvm-cvs-logs] SF.net SVN: scummvm: [22514] scummvm/trunk/engines/kyra/kyra.h

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Thu May 18 04:37:02 CEST 2006


Revision: 22514
Author:   lordhoto
Date:     2006-05-18 04:36:29 -0700 (Thu, 18 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22514&view=rev

Log Message:
-----------
fixes kyra2 gameflag init

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/kyra.h
Modified: scummvm/trunk/engines/kyra/kyra.h
===================================================================
--- scummvm/trunk/engines/kyra/kyra.h	2006-05-18 11:35:08 UTC (rev 22513)
+++ scummvm/trunk/engines/kyra/kyra.h	2006-05-18 11:36:29 UTC (rev 22514)
@@ -1005,7 +1005,7 @@
 	KyraEngine_v2(OSystem *system);
 	~KyraEngine_v2();
 
-	int setupGameFlags() { return 0; }
+	int setupGameFlags() { _game = GI_KYRA2; return 0; }
 	
 	int go();
 };


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