--- deliantra/server/include/global.h 2007/01/15 21:06:19 1.39 +++ deliantra/server/include/global.h 2007/02/01 19:15:39 1.41 @@ -111,13 +111,11 @@ * GLOBAL VARIABLES: * *****************************************************************************/ -extern New_Face *new_faces; +extern facetile *new_faces; /* * These are the beginnings of linked lists: */ -EXTERN player *first_player; -EXTERN region *first_region; EXTERN treasurelist *first_treasurelist; EXTERN artifactlist *first_artifactlist; EXTERN archetype *first_archetype; @@ -157,7 +155,7 @@ */ EXTERN archetype *ring_arch,*amulet_arch,*staff_arch,*crown_arch; -EXTERN std::vector animations; +EXTERN std::vector animations; EXTERN int num_animations,animations_allocated, bmaps_checksum; /* Rotate right from bsd sum. This is used in various places for checksumming */ @@ -179,9 +177,9 @@ extern int rightof_x[9], rightof_y[9]; extern int leftof_x[9], leftof_y[9]; -extern New_Face *blank_face, *empty_face; -extern New_Face *dark_faces[]; -extern New_Face *smooth_face; +extern facetile *blank_face, *empty_face; +extern facetile *dark_faces[]; +extern facetile *smooth_face; extern client *init_sockets;