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