--- deliantra/server/include/living.h 2006/12/23 00:14:29 1.9 +++ deliantra/server/include/living.h 2007/01/06 14:42:30 1.11 @@ -1,6 +1,7 @@ /* CrossFire, A Multiplayer game for X-windows + Copyright (C) 2005, 2006, 2007 Marc Lehmann & Crossfire+ Development Team Copyright (C) 2002 Mark Wedel & Crossfire Development Team Copyright (C) 1992 Frank Tore Johansen @@ -24,6 +25,7 @@ #ifndef LIVING_H #define LIVING_H +// corresponds to some arrays in common/living.C enum { STR, DEX, @@ -61,7 +63,7 @@ extern const int fear_bonus[MAX_STAT + 1]; /* Mostly used by "alive" objects */ -ACC_CLASS (living) +INTERFACE_CLASS (living) struct living { sint64 ACC (RW, exp); /* Experience. */