--- deliantra/server/include/global.h 2010/04/04 04:58:46 1.86 +++ deliantra/server/include/global.h 2010/04/15 04:56:47 1.88 @@ -42,6 +42,7 @@ #include "config.h" #include "compiler.h" #include "define.h" +#include "traits.h" #ifndef TRUE #define TRUE 1 @@ -56,8 +57,9 @@ extern int rightof_x[9], rightof_y[9]; extern int leftof_x[9], leftof_y[9]; +extern sint64 levels [MAXNUMLEVELS]; + #include "keyword.h" -#include "traits.h" #include "logger.h" #include "dynbuf.h" #include "util.h" @@ -90,8 +92,6 @@ /* pull in treasure structure */ #include "treasure.h" -#include "commands.h" - /* pull in book structures */ #include "book.h" /*