[Scummvm-cvs-logs] SF.net SVN: scummvm: [30396] scummvm/trunk/tools/create_kyradat/ create_kyradat.h

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Fri Jan 11 00:32:19 CET 2008


Revision: 30396
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30396&view=rev
Author:   lordhoto
Date:     2008-01-10 15:32:19 -0800 (Thu, 10 Jan 2008)

Log Message:
-----------
Changed enum to match engine code exactly.

Modified Paths:
--------------
    scummvm/trunk/tools/create_kyradat/create_kyradat.h

Modified: scummvm/trunk/tools/create_kyradat/create_kyradat.h
===================================================================
--- scummvm/trunk/tools/create_kyradat/create_kyradat.h	2008-01-10 23:25:52 UTC (rev 30395)
+++ scummvm/trunk/tools/create_kyradat/create_kyradat.h	2008-01-10 23:32:19 UTC (rev 30396)
@@ -203,8 +203,8 @@
 
 enum kGame {
 	kKyra1 = 0,
-	kKyra2,
-	kKyra3
+	kKyra2 = 1,
+	kKyra3 = 2
 };
 
 struct Game {


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