diff options
author | Jonathan Gray | 2003-03-23 12:54:18 +0000 |
---|---|---|
committer | Jonathan Gray | 2003-03-23 12:54:18 +0000 |
commit | 8166d8e529441a7395e7e09480de119d43b0e258 (patch) | |
tree | f09935dc05f4b87655a24bf96ad4d44c4ac8ca94 /common | |
parent | 27828682ee5d1bc921388b81eab226c653b425db (diff) | |
download | scummvm-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')
-rw-r--r-- | common/system.h | 5 |
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, |