version 1.45 | version 1.46 | |||
---|---|---|---|---|
|
| |||
/* | /* | |||
* static char *rcsid_main_c = | * static char *rcsid_main_c = | |||
* "$Id: main.c,v 1.45 2001/07/22 18:48:47 smacfiggen Exp $"; | * "$Id: main.c,v 1.46 2001/08/29 15:55:24 reeve Exp $"; | |||
*/ | */ | |||
/* | /* | |||
|
| |||
} | } | |||
} | } | |||
#endif | #endif | |||
if(pl->ob->speed_left>0) { | if(pl->ob != NULL && 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 */ |
Legend:
|