Indentation fix
This commit is contained in:
parent
c84989632a
commit
d8a74ab17e
1 changed files with 2 additions and 1 deletions
|
@ -245,7 +245,8 @@ void menu_handler::status_table(int selected)
|
|||
leader_bools.push_back(false);
|
||||
leader_name = "Unknown";
|
||||
}
|
||||
if (gamestate_.classification().campaign_type == "multiplayer")
|
||||
|
||||
if (gamestate_.classification().campaign_type == "multiplayer")
|
||||
leader_name = teams_[n].current_player();
|
||||
|
||||
#ifndef LOW_MEM
|
||||
|
|
Loading…
Add table
Reference in a new issue