Skip to content

Commit

Permalink
Merge branch 'master' of github.com:wesnoth/wesnoth-old
Browse files Browse the repository at this point in the history
  • Loading branch information
AI0867 committed Feb 24, 2014
2 parents a6630a3 + ba45c68 commit 2a9b54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/team.hpp
Expand Up @@ -213,7 +213,7 @@ class team : public savegame::savegame_config
bool is_idle() const { return info_.controller == IDLE; }
bool is_empty() const { return info_.controller == EMPTY; }

bool is_local() const { return is_human() || is_ai(); }
bool is_local() const { return is_human() || is_ai() || is_idle(); }
bool is_network() const { return is_network_human() || is_network_ai(); }

void make_human() { info_.controller = HUMAN; }
Expand Down

0 comments on commit 2a9b54e

Please sign in to comment.