version 1.69 | | version 1.70 |
---|
| | |
/* | | /* |
* static char *rcsid_player_c = | | * static char *rcsid_player_c = |
* "$Id: player.c,v 1.69 2001/10/31 07:00:24 garbled Exp $"; | | * "$Id: player.c,v 1.70 2001/11/02 16:22:03 michtoen Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
HandleClient(&op->contr->socket, op->contr); | | HandleClient(&op->contr->socket, op->contr); |
if (op->speed_left<0) return 0; | | if (op->speed_left<0) return 0; |
| | |
| | CLEAR_FLAG(op,FLAG_PARALYZED); /* if we are here, we never paralyzed anymore */ |
| | |
if(op->direction && (op->contr->run_on || op->contr->fire_on)) { | | if(op->direction && (op->contr->run_on || op->contr->fire_on)) { |
/* All move commands take 1 tick, at least for now */ | | /* All move commands take 1 tick, at least for now */ |
op->speed_left--; | | op->speed_left--; |