[Scummvm-cvs-logs] CVS: scummvm/common util.cpp,1.54,1.55 util.h,1.52,1.53

kirben kirben at users.sourceforge.net
Sat May 21 19:09:45 CEST 2005


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5367/common

Modified Files:
	util.cpp util.h 
Log Message:

Add Norwegian Bokmål version of Freddi Fish 1.
Set HE70+ games to Windows platform by default.


Index: util.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/util.cpp,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- util.cpp	17 May 2005 23:56:21 -0000	1.54
+++ util.cpp	22 May 2005 02:07:30 -0000	1.55
@@ -119,6 +119,7 @@
 	{"ru", "Russian", RU_RUS},
 	{"cz", "Czech", CZ_CZE},
 	{"nl", "Dutch", NL_NLD},
+	{"nb", "Norwegian Bokmål", NB_NOR},
 	{0, 0, UNK_LANG}
 };
 

Index: util.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/util.h,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- util.h	17 May 2005 23:56:21 -0000	1.52
+++ util.h	22 May 2005 02:07:30 -0000	1.53
@@ -100,7 +100,8 @@
 	HB_ISR = 20,
 	RU_RUS = 21,
 	CZ_CZE = 22,
-	NL_NLD = 23
+	NL_NLD = 23,
+	NB_NOR = 24
 };
 
 struct LanguageDescription {





More information about the Scummvm-git-logs mailing list