Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit e276e26

Browse files
committed
[[ Cleanup ]] MCSort::parse(): Add some disambiguating parentheses.
1 parent 0eff2d7 commit e276e26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

engine/src/cmds.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2083,6 +2083,7 @@ Parse_stat MCSort::parse(MCScriptPoint &sp)
20832083
while (True)
20842084
{
20852085
if (sp.next(type) != PS_NORMAL)
2086+
{
20862087
if (of == NULL && chunktype == CT_FIELD)
20872088
{
20882089
MCperror->add
@@ -2091,6 +2092,7 @@ Parse_stat MCSort::parse(MCScriptPoint &sp)
20912092
}
20922093
else
20932094
break;
2095+
}
20942096
if (sp.lookup(SP_SORT, te) == PS_NORMAL)
20952097
{
20962098
switch (te->which)

0 commit comments

Comments
 (0)