version 1.145 | version 1.146 | |||
---|---|---|---|---|
|
| |||
/* | /* | |||
* static char *rcsid_player_c = | * static char *rcsid_player_c = | |||
* "$Id: player.c,v 1.145 2004/02/11 08:09:29 mwedel Exp $"; | * "$Id: player.c,v 1.146 2004/02/27 23:00:28 ryo_saeba Exp $"; | |||
*/ | */ | |||
/* | /* | |||
|
| |||
*/ | */ | |||
int hideability(object *ob) { | int hideability(object *ob) { | |||
int i,x,y,level=0, mflag; | int i,level=0, mflag; | |||
sint16 x,y; | ||||
if(!ob||!ob->map) return 0; | if(!ob||!ob->map) return 0; | |||
Legend:
|