dont read "player_id" attribute

its not persistent in savefiles nor it's a documented [side] attribute
This commit is contained in:
gfgtdf 2014-11-13 01:32:37 +01:00
parent a6e6326072
commit 005c99fc23

View file

@ -832,7 +832,7 @@ side_engine::side_engine(const config& cfg, connect_engine& parent_engine,
gold_(cfg["gold"].to_int(100)),
income_(cfg["income"]),
current_player_(cfg["current_player"]),
player_id_(cfg["player_id"]),
player_id_(),
ai_algorithm_(),
waiting_to_choose_faction_(allow_changes_),
chose_random_(cfg["chose_random"].to_bool(false)),