made it so AI players have an empty description in multiplayer games
This commit is contained in:
parent
0a0019e419
commit
8adc721d58
1 changed files with 1 additions and 0 deletions
|
@ -419,6 +419,7 @@ void play_multiplayer(display& disp, game_data& units_data, config cfg,
|
|||
} else if(result < int(choices.size()/3)*2) {
|
||||
controller = "ai";
|
||||
result -= choices.size()/3;
|
||||
sides[res]->values["description"] = "";
|
||||
} else {
|
||||
controller = "network";
|
||||
result -= (choices.size()/3)*2;
|
||||
|
|
Loading…
Add table
Reference in a new issue