version 1.166 | version 1.167 | |||
---|---|---|---|---|
|
| |||
/* | /* | |||
* static char *rcsid_player_c = | * static char *rcsid_player_c = | |||
* "$Id: player.c,v 1.166 2005/07/16 13:25:17 akirschbaum Exp $"; | * "$Id: player.c,v 1.167 2005/07/16 21:10:39 akirschbaum Exp $"; | |||
*/ | */ | |||
/* | /* | |||
|
| |||
if(at->clone.type==PLAYER) | if(at->clone.type==PLAYER) | |||
return at; | return at; | |||
if (at == start) { | if (at == start) { | |||
LOG (llevError, "No Player achetypes\n"); | LOG (llevError, "No Player archetypes\n"); | |||
exit (-1); | exit (-1); | |||
} | } | |||
} | } |
Legend:
|