From 11ff0b6688d9ed20da348e0ed23f76f1c782cf10 Mon Sep 17 00:00:00 2001 From: Phillip Walters Date: Tue, 12 Feb 2019 17:53:39 -0800 Subject: [PATCH] Cleaned up some formatting --- src/openrct2/Game.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/openrct2/Game.cpp b/src/openrct2/Game.cpp index c2afa86dc4..94f5ed6712 100644 --- a/src/openrct2/Game.cpp +++ b/src/openrct2/Game.cpp @@ -615,8 +615,7 @@ void game_log_multiplayer_command(int command, const int* eax, const int* ebx, c format_string(log_msg, 256, STR_LOG_DEMOLISH_RIDE, args); network_append_server_log(log_msg); } - else if ( - command == GAME_COMMAND_SET_RIDE_VEHICLES || command == GAME_COMMAND_SET_RIDE_SETTING) + else if (command == GAME_COMMAND_SET_RIDE_VEHICLES || command == GAME_COMMAND_SET_RIDE_SETTING) { // Get ride name int ride_index = *edx & 0xFF;