version 1.46 | | version 1.47 |
---|
| | |
/* | | /* |
* static char *rcsid_main_c = | | * static char *rcsid_main_c = |
* "$Id: main.c,v 1.46 2001/08/29 15:55:24 reeve Exp $"; | | * "$Id: main.c,v 1.47 2001/08/29 16:31:06 reeve Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
} | | } |
} | | } |
#endif | | #endif |
if(pl->ob != NULL && pl->ob->speed_left>0) { | | if(pl->ob == NULL) { |
| | /* I take it this should never happen, |
| | but it seems to anyway :( */ |
| | flag = 1; |
| | } else if(pl->ob->speed_left>0) { |
if (handle_newcs_player(pl->ob)) | | if (handle_newcs_player(pl->ob)) |
flag=1; | | flag=1; |
} /* end if player has speed left */ | | } /* end if player has speed left */ |