--- deliantra/server/include/living.h 2006/12/23 00:14:29 1.9 +++ deliantra/server/include/living.h 2006/12/25 11:25:49 1.10 @@ -24,6 +24,7 @@ #ifndef LIVING_H #define LIVING_H +// corresponds to some arrays in common/living.C enum { STR, DEX, @@ -61,7 +62,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. */