diff options
Diffstat (limited to 'src/d/d_msg_unit.cpp')
| -rw-r--r-- | src/d/d_msg_unit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_msg_unit.cpp b/src/d/d_msg_unit.cpp index 4619977315..7ea5111958 100644 --- a/src/d/d_msg_unit.cpp +++ b/src/d/d_msg_unit.cpp @@ -310,11 +310,11 @@ void dMsgUnit_c::setTag(int i_type, int i_value, char* o_buffer, bool param_4) { #if REGION_PAL if (i_value == 1 || - (dComIfGs_getPalLanguage() == dSv_player_config_c::LANGAUGE_FRENCH && + (dComIfGs_getPalLanguage() == dSv_player_config_c::LANGUAGE_FRENCH && i_value == 0)) { #elif !REGION_USA if (i_value == 1 || - (dComIfGs_getPalLanguage() == dSv_player_config_c::LANGAUGE_SPANISH && + (dComIfGs_getPalLanguage() == dSv_player_config_c::LANGUAGE_SPANISH && i_value == 0)) { #else if (i_value == 1) { |
