[Scummvm-cvs-logs] CVS: scummvm/common gameDetector.h,1.32,1.33 system.h,1.24,1.25

Jonathan Gray khalek at users.sourceforge.net
Sun Mar 23 05:46:02 CET 2003


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv23083

Modified Files:
	gameDetector.h system.h 
Log Message:
move language enum to gameDetector.h

Index: gameDetector.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/gameDetector.h,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- gameDetector.h	18 Mar 2003 06:53:14 -0000	1.32
+++ gameDetector.h	23 Mar 2003 13:44:59 -0000	1.33
@@ -34,6 +34,23 @@
 	kDefaultMusicVolume = 192
 };
 
+/* Languages
+ * note: values 0->8 are are _needed_ for scripts in comi please don't
+ * remove/change fixed numbers from this enum
+ */
+enum {
+	EN_USA = 0,
+	DE_DEU = 1,
+	FR_FRA = 2,
+	IT_ITA = 3,
+	PT_BRA = 4,
+	ES_ESP = 5,
+	JA_JPN = 6,
+	ZH_TWN = 7,
+	KO_KOR = 8,
+	HB_HEB = 20
+};
+
 enum GameId {
 	GID_SCUMM_FIRST = 1,
 	GID_SCUMM_LAST = GID_SCUMM_FIRST + 99,

Index: system.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/system.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- system.h	23 Mar 2003 12:54:18 -0000	1.24
+++ system.h	23 Mar 2003 13:44:59 -0000	1.25
@@ -236,23 +236,6 @@
 	GD_GP32 //ph0x
 };
 
-/* Languages
- * note: values 0->8 are are _needed_ for scripts in comi please don't
- * remove/change fixed numbers from this enum
- */
-enum {
-	EN_USA = 0,
-	DE_DEU = 1,
-	FR_FRA = 2,
-	IT_ITA = 3,
-	PT_BRA = 4,
-	ES_ESP = 5,
-	JA_JPN = 6,
-	ZH_TWN = 7,
-	KO_KOR = 8,
-	HB_HEB = 20
-};
-
 enum {
 #ifdef _WIN32_WCE
 	SAMPLES_PER_SEC_OLD =  11025,





More information about the Scummvm-git-logs mailing list