mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-09 02:19:45 +01: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:
parent
8b8f9b3389
commit
34b0e2c812
1 changed files with 1 additions and 1 deletions
|
@ -1797,7 +1797,7 @@ void mapclass::loadlevel(int rx, int ry)
|
|||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//do the appear/remove roomname here
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue