diff options
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, |