version 1.14 | version 1.15 | |||
---|---|---|---|---|
|
| |||
/* | /* | |||
* static char *rcsid_object_c = | * static char *rcsid_object_c = | |||
* "$Id: object.c,v 1.14 2001/02/01 06:18:31 cvs Exp $"; | * "$Id: object.c,v 1.15 2001/03/21 05:28:14 mwedel Exp $"; | |||
*/ | */ | |||
/* | /* | |||
|
| |||
* | * | |||
* Always put the player down for drawing. | * Always put the player down for drawing. | |||
*/ | */ | |||
if (tmp->type==PLAYER) { | if (tmp->type==PLAYER && !tmp->invisible) { | |||
top.face = tmp->face; | top.face = tmp->face; | |||
player=tmp; | player=tmp; | |||
} | } |
Legend:
|