--- deliantra/server/include/global.h 2006/08/29 08:01:36 1.6 +++ deliantra/server/include/global.h 2006/08/31 09:19:34 1.8 @@ -107,6 +107,8 @@ #endif +#include "traits.h" + /* This blob, in this order, is needed to actually define maps */ #include "face.h" /* Include the basic defines from spells.h */ @@ -178,9 +180,6 @@ EXTERN godlink *first_god; EXTERN racelink *first_race; -#define NROF_COMPRESS_METHODS 4 -extern char *uncomp[NROF_COMPRESS_METHODS][3]; - /* * The editor uses these (will get them out of here later): */