mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 05:53:02 +01:00
Fix formatting
This commit is contained in:
@@ -408,8 +408,7 @@ int32_t game_do_command_p(
|
||||
gGameCommandNestLevel++;
|
||||
|
||||
// Remove ghost scenery so it doesn't interfere with incoming network command
|
||||
if ((flags & GAME_COMMAND_FLAG_NETWORKED) && !(flags & GAME_COMMAND_FLAG_GHOST)
|
||||
&& (command == GAME_COMMAND_PLACE_BANNER))
|
||||
if ((flags & GAME_COMMAND_FLAG_NETWORKED) && !(flags & GAME_COMMAND_FLAG_GHOST) && (command == GAME_COMMAND_PLACE_BANNER))
|
||||
{
|
||||
scenery_remove_ghost_tool_placement();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user