From cfe66e83926e04daa60b61c7292b3c52c7327124 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sat, 1 Jun 2024 17:18:15 -0400 Subject: [PATCH] Fix naming --- LEGO1/lego/legoomni/src/audio/legocachsound.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LEGO1/lego/legoomni/src/audio/legocachsound.cpp b/LEGO1/lego/legoomni/src/audio/legocachsound.cpp index 92af031d..a0eeae17 100644 --- a/LEGO1/lego/legoomni/src/audio/legocachsound.cpp +++ b/LEGO1/lego/legoomni/src/audio/legocachsound.cpp @@ -232,8 +232,8 @@ MxString LegoCacheSound::FUN_10006d80(const MxString& p_str) local14 = pVar1; - MxString local_24; + MxString local24; local14++; *local28 = '\0'; - return local_24 = local14; + return local24 = local14; }