--- deliantra/server/include/global.h 2007/04/17 18:40:31 1.54 +++ deliantra/server/include/global.h 2007/04/25 18:47:50 1.56 @@ -66,6 +66,7 @@ #include "material.h" #include "living.h" #include "object.h" +#include "region.h" #include "map.h" #include "tod.h" @@ -129,7 +130,7 @@ EXTERN bool init_done; /* Ignores signals until init_done is true */ EXTERN bool in_cleanup; /* True when cleanup() is reached */ -extern long pticks; /* used by various function to determine */ +extern tick_t pticks; /* used by various function to determine */ /* how often to save the character */ /* * Misc global variables: