Jeck - Quick fix to r1305. Because card text is only loaded on reboot, language can not be a per profile option. Switching profiles would result in partially translated cards.

This commit is contained in:
wagic.jeck
2009-11-19 09:58:12 +00:00
parent e4b3502ada
commit a96b3b50aa
2 changed files with 2 additions and 2 deletions

View File

@@ -27,10 +27,10 @@ public:
MOMIR_MODE_UNLOCKED,
EVILTWIN_MODE_UNLOCKED,
RANDOMDECK_MODE_UNLOCKED,
LANG,
LAST_GLOBAL = RANDOMDECK_MODE_UNLOCKED,
//Values /must/ match ordering in optionNames, or everything loads wrong.
//Profile settings
LANG,
ACTIVE_THEME,
ACTIVE_MODE,
MUSICVOLUME,

View File

@@ -16,8 +16,8 @@ const char * Options::optionNames[] = {
"prx_rimom",
"prx_eviltwin",
"prx_rnddeck",
//Options set on a per-profile basis
"Lang",
//Options set on a per-profile basis
"Theme",
"Mode",
"musicVolume",