--- deliantra/server/include/global.h 2006/08/13 17:16:02 1.4 +++ deliantra/server/include/global.h 2006/08/30 16:30:37 1.7 @@ -178,9 +178,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): */ @@ -192,13 +189,13 @@ */ EXTERN long warn_archetypes; /* If true, write warnings when failing */ - /* to find archetypes when loading from file */ + /* to find archetypes when loading from file */ EXTERN long init_done; /* Ignores signals until init_done is true */ EXTERN long trying_emergency_save; /* True when emergency_save() is reached */ EXTERN long nroferrors; /* If it exceeds MAX_ERRORS, call fatal() */ extern long pticks; /* used by various function to determine */ - /* how often to save the character */ + /* how often to save the character */ /* * Misc global variables: */ @@ -410,5 +407,6 @@ #define SCRIPT_FIX_NOTHING 0 #include "plugin.h" +#include "cfperl.h" #endif /* GLOBAL_H */