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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sun May 28 04:56:05 CEST 2006


Revision: 22713
Author:   lordhoto
Date:     2006-05-28 04:55:42 -0700 (Sun, 28 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22713&view=rev

Log Message:
-----------
adds GF_ITALIAN to the list of language flags.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/staticres.cpp
Modified: scummvm/trunk/engines/kyra/staticres.cpp
===================================================================
--- scummvm/trunk/engines/kyra/staticres.cpp	2006-05-28 11:53:20 UTC (rev 22712)
+++ scummvm/trunk/engines/kyra/staticres.cpp	2006-05-28 11:55:42 UTC (rev 22713)
@@ -31,7 +31,7 @@
 #define RESFILE_VERSION 12
 
 #define GAME_FLAGS (GF_FLOPPY | GF_TALKIE | GF_DEMO | GF_AUDIOCD)
-#define LANGUAGE_FLAGS (GF_ENGLISH | GF_FRENCH | GF_GERMAN | GF_SPANISH | GF_LNGUNK)
+#define LANGUAGE_FLAGS (GF_ENGLISH | GF_FRENCH | GF_GERMAN | GF_SPANISH | GF_ITALIAN | GF_LNGUNK)
 
 struct LanguageTypes {
 	uint32 flags;


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