made it so AI players have an empty description in multiplayer games

This commit is contained in:
Dave White 2003-11-06 17:39:25 +00:00
parent 0a0019e419
commit 8adc721d58

View file

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