formatting changes

This commit is contained in:
Max Parry 2025-06-29 12:05:07 +10:00 committed by GitHub
parent f5d0227257
commit 3ea73b14d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}