mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-08-04 16:38:22 +00:00
formatting changes
This commit is contained in:
parent
f5d0227257
commit
3ea73b14d5
1 changed files with 1 additions and 2 deletions
|
@ -1013,7 +1013,7 @@ static enum LoopCode loop_begin(void)
|
|||
}
|
||||
else
|
||||
{
|
||||
char nextArea[RPC_SAFE_BUFFER] = "", nextRoom[RPC_SAFE_BUFFER] = "";
|
||||
char nextArea[RPC_SAFE_BUFFER] = "", nextRoom[RPC_SAFE_BUFFER] = "";
|
||||
|
||||
// Dirty fix for custom levels getting the area from Dimension VVVVVV
|
||||
if (map.custommode)
|
||||
|
@ -1038,7 +1038,6 @@ static enum LoopCode loop_begin(void)
|
|||
// Update network per frame.
|
||||
NETWORK_update();
|
||||
|
||||
|
||||
return Loop_continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue