From 8166d8e529441a7395e7e09480de119d43b0e258 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sun, 23 Mar 2003 12:54:18 +0000 Subject: add comment to language enum I meant to do a while back svn-id: r6845 --- common/system.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'common/system.h') 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, -- cgit v1.2.3