summaryrefslogtreecommitdiff
path: root/players.c
diff options
context:
space:
mode:
Diffstat (limited to 'players.c')
-rw-r--r--players.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/players.c b/players.c
index 1101d1a70..3c72f625b 100644
--- a/players.c
+++ b/players.c
@@ -548,7 +548,7 @@ void RunOtherPlayersLoop()
_is_ai_player = true;
FOR_ALL_PLAYERS(p) {
- if (p->is_active) {
+ if (p->is_active && p->is_ai) {
_current_player = p->index;
if (_patches.ainew_active)
AiNewDoGameLoop(p);
@@ -558,8 +558,7 @@ void RunOtherPlayersLoop()
}
_is_ai_player = false;
-// XXX: is this needed?
- _current_player = 0;
+ _current_player = OWNER_NONE;
}
// index is the next parameter in _decode_parameters to set up