From 9d3f49af379d1986bdd7d5058d761241f9065a8a Mon Sep 17 00:00:00 2001 From: stpohle Date: Sun, 1 Jun 2003 20:18:27 +0000 Subject: [PATCH] Singleplayer is working again --- src/single.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/single.c b/src/single.c index 89ad47b..f3bf092 100644 --- a/src/single.c +++ b/src/single.c @@ -1,4 +1,4 @@ -/* $Id: single.c,v 1.28 2003/06/01 20:17:04 stpohle Exp $ */ +/* $Id: single.c,v 1.29 2003/06/01 20:18:27 stpohle Exp $ */ /* single player */ #include "basic.h" @@ -626,7 +626,7 @@ single_playergame () for (p = 0; p < MAX_PLAYERS; p++) bman.players[p].state = 0; - single_create_ai (7); + single_create_ai (1); single_game_new (); gfx_game_init (); game_loop (); @@ -645,7 +645,7 @@ single_loop () bestbdir, i; _airunaway rawdir; - return; + for (p = 0; p < MAX_PLAYERS; p++) if (p != bman.p_nr && PS_IS_alife (bman.players[p].state)) { pl = &bman.players[p];