aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTravis Howell2004-02-10 04:59:02 +0000
committerTravis Howell2004-02-10 04:59:02 +0000
commit8a440a84961bd4f2e511e01582ddbd40a3afe000 (patch)
tree065444ec6a067b34af125d06c5993b3489ef16d9 /common
parent7e74bedc1f116eb6333d833a27af963c7fb22b51 (diff)
downloadscummvm-rg350-8a440a84961bd4f2e511e01582ddbd40a3afe000.tar.gz
scummvm-rg350-8a440a84961bd4f2e511e01582ddbd40a3afe000.tar.bz2
scummvm-rg350-8a440a84961bd4f2e511e01582ddbd40a3afe000.zip
Add languages
Sync md5 Correct another name svn-id: r12805
Diffstat (limited to 'common')
-rw-r--r--common/util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/util.h b/common/util.h
index cf8e8b9b42..c98a3ffead 100644
--- a/common/util.h
+++ b/common/util.h
@@ -109,7 +109,8 @@ enum Language {
EN_GRB = 10,
HB_HEB = 20,
RU_RUS = 21,
- CZ_CZE = 22
+ CZ_CZE = 22,
+ NL_NOR = 23
};
struct LanguageDescription {