summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2017-12-15 00:38:21 -0600
committerGitHub <noreply@github.com>2017-12-15 00:38:21 -0600
commit224fdbf026cfb0ff88aac519875a39fb038e4bb1 (patch)
tree89c80f554da617d89641af8a707ccf9c96d5707c /include/global.h
parentc9f196cdfea08eefffd39ebc77a150f197e1250e (diff)
parente3c366df6489c92a6ac5778b458b815cc8eab75d (diff)
Merge pull request #138 from Diegoisawesome/master
Rename some symbols and add languages
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h
index 889c5609d..0f486c235 100644
--- a/include/global.h
+++ b/include/global.h
@@ -48,7 +48,11 @@ enum
enum LanguageId {
LANGUAGE_JAPANESE = 1,
LANGUAGE_ENGLISH = 2,
+ LANGUAGE_FRENCH = 3,
+ LANGUAGE_ITALIAN = 4,
LANGUAGE_GERMAN = 5,
+ // 6 goes unused but the theory is it was meant to be Korean
+ LANGUAGE_SPANISH = 7,
};
#define GAME_LANGUAGE (LANGUAGE_ENGLISH)