aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
authorJonathan Gray2003-03-23 12:54:18 +0000
committerJonathan Gray2003-03-23 12:54:18 +0000
commit8166d8e529441a7395e7e09480de119d43b0e258 (patch)
treef09935dc05f4b87655a24bf96ad4d44c4ac8ca94 /common/system.h
parent27828682ee5d1bc921388b81eab226c653b425db (diff)
downloadscummvm-rg350-8166d8e529441a7395e7e09480de119d43b0e258.tar.gz
scummvm-rg350-8166d8e529441a7395e7e09480de119d43b0e258.tar.bz2
scummvm-rg350-8166d8e529441a7395e7e09480de119d43b0e258.zip
add comment to language enum I meant to do a while back
svn-id: r6845
Diffstat (limited to 'common/system.h')
-rw-r--r--common/system.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h
index 0eb5a0dce0..6790ab3226 100644
--- a/common/system.h
+++ b/common/system.h
@@ -236,7 +236,10 @@ enum {
GD_GP32 //ph0x
};
-/* Languages */
+/* 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,