summaryrefslogtreecommitdiffstats
path: root/src/core/Frontend.h
diff options
context:
space:
mode:
authorFire_Head <Fire-Head@users.noreply.github.com>2020-04-19 22:01:54 +0200
committerGitHub <noreply@github.com>2020-04-19 22:01:54 +0200
commiteb4f06114de8578804caf2192e975ae72265f503 (patch)
tree29936b11d5d37ff0c3f4b5525fe8842668f81730 /src/core/Frontend.h
parentMerge pull request #474 from Nick007J/master (diff)
parentMenuScreens.h fix (diff)
downloadre3-eb4f06114de8578804caf2192e975ae72265f503.tar
re3-eb4f06114de8578804caf2192e975ae72265f503.tar.gz
re3-eb4f06114de8578804caf2192e975ae72265f503.tar.bz2
re3-eb4f06114de8578804caf2192e975ae72265f503.tar.lz
re3-eb4f06114de8578804caf2192e975ae72265f503.tar.xz
re3-eb4f06114de8578804caf2192e975ae72265f503.tar.zst
re3-eb4f06114de8578804caf2192e975ae72265f503.zip
Diffstat (limited to 'src/core/Frontend.h')
-rw-r--r--src/core/Frontend.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/Frontend.h b/src/core/Frontend.h
index 71aac605..7877d6f1 100644
--- a/src/core/Frontend.h
+++ b/src/core/Frontend.h
@@ -89,6 +89,7 @@ enum eLanguages
LANGUAGE_ITALIAN,
LANGUAGE_SPANISH,
#ifdef MORE_LANGUAGES
+ LANGUAGE_POLISH,
LANGUAGE_RUSSIAN,
#endif
};
@@ -365,6 +366,7 @@ enum eMenuAction
MENUACTION_UNK109,
MENUACTION_UNK110,
#ifdef MORE_LANGUAGES
+ MENUACTION_LANG_PL,
MENUACTION_LANG_RUS,
#endif
};