mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 00:31:16 +00:00
Fix parens
This commit is contained in:
parent
cfe66e8392
commit
fcac0e6bd6
@ -222,8 +222,9 @@ MxString LegoCacheSound::FUN_10006d80(const MxString& p_str)
|
|||||||
local14 = pVar1;
|
local14 = pVar1;
|
||||||
pVar1 = local14 + -1;
|
pVar1 = local14 + -1;
|
||||||
|
|
||||||
if (str == local14)
|
if (str == local14) {
|
||||||
break;
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
if (*pVar1 == '.') {
|
if (*pVar1 == '.') {
|
||||||
local28 = pVar1;
|
local28 = pVar1;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user