aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorJonathan Gray2003-01-29 04:16:14 +0000
committerJonathan Gray2003-01-29 04:16:14 +0000
commit8e9d8cff8129bd611f7107effd91131602f715cb (patch)
treef3766c317b860c4a410035258be743f7a38cee3d /scumm/scumm.h
parentafec98c6557a0d4c61c87107264c76d122087784 (diff)
downloadscummvm-rg350-8e9d8cff8129bd611f7107effd91131602f715cb.tar.gz
scummvm-rg350-8e9d8cff8129bd611f7107effd91131602f715cb.tar.bz2
scummvm-rg350-8e9d8cff8129bd611f7107effd91131602f715cb.zip
add list of possible languages in comi and relevant variable
svn-id: r6565
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 6bc52c4c61..cf61775930 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -160,6 +160,19 @@ enum {
MBS_MAX_KEY = 0x0200
};
+// possible languages for comi
+enum Languages {
+ 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
+};
+
#define _maxRooms res.num[rtRoom]
#define _maxScripts res.num[rtScript]
#define _maxCostumes res.num[rtCostume]