mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
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:
@@ -1797,7 +1797,7 @@ void mapclass::loadlevel(int rx, int ry)
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//do the appear/remove roomname here
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user