summaryrefslogtreecommitdiff
path: root/src/d/d_msg_unit.cpp
diff options
context:
space:
mode:
authorMax Roncace <me@caseif.net>2026-01-19 21:15:39 -0500
committerGitHub <noreply@github.com>2026-01-19 18:15:39 -0800
commitd83996c711a7aadd4f468614a34f53572423c3f1 (patch)
tree0357f10282f1b2cac8f617cf329b46bf8c5df39b /src/d/d_msg_unit.cpp
parent9d926f6720acfbbaf63359dc51f3fd21cffc2de7 (diff)
Fix misspelled dSv_config_language enum values (#3056)
Diffstat (limited to 'src/d/d_msg_unit.cpp')
-rw-r--r--src/d/d_msg_unit.cpp4
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) {