Unindent ending for-loop brace

It's rather unnecessary to have it be on the same level as the ending
brace for the case-switch.
This commit is contained in:
Misa
2020-07-09 02:12:31 -07:00
committed by Ethan Lee
parent 8b8f9b3389
commit 34b0e2c812

View File

@@ -1797,7 +1797,7 @@ void mapclass::loadlevel(int rx, int ry)
}
break;
}
}
}
//do the appear/remove roomname here
break;