--- deliantra/server/include/global.h 2007/03/18 03:05:40 1.49 +++ deliantra/server/include/global.h 2007/04/16 06:23:41 1.52 @@ -25,7 +25,7 @@ #ifndef GLOBAL_H #define GLOBAL_H -#define _GLIBCXX_CONCEPT_CHECKS +//#define _GLIBCXX_CONCEPT_CHECKS #ifndef EXTERN #define EXTERN extern @@ -116,7 +116,6 @@ /* * These are the beginnings of linked lists: */ -EXTERN treasurelist *first_treasurelist; EXTERN artifactlist *first_artifactlist; EXTERN archetype *first_archetype; EXTERN objectlink *first_friendly_object; /* Objects monsters will go after */ @@ -155,10 +154,6 @@ */ EXTERN archetype *ring_arch, *amulet_arch, *staff_arch, *crown_arch; -EXTERN std::vector animations; -EXTERN int num_animations, animations_allocated; -EXTERN uint32_t bmaps_checksum; - #define SET_ANIMATION(ob,newanim) ob->face = animations [ob->animation_id].faces [newanim] #define GET_ANIMATION(ob,anim) animations [ob->animation_id].faces [anim] #define GET_ANIM_ID(ob) (ob->animation_id)