Cleaned up some formatting

This commit is contained in:
Phillip Walters 2019-02-12 17:53:39 -08:00
parent 28d4446da4
commit 11ff0b6688
1 changed files with 1 additions and 2 deletions

View File

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