--- deliantra/server/common/shstr.C 2008/12/31 18:29:44 1.35 +++ deliantra/server/common/shstr.C 2009/01/01 11:41:17 1.36 @@ -130,9 +130,11 @@ } // declare these here to get correct initialisation order -#define def(str) const shstr shstr_ ## str (# str); +#define def2(id,str) const shstr shstr_ ## id (str); +#define def(id) def2(id, # id) # include "shstrinc.h" #undef def +#undef def2 shstr skill_names[NUM_SKILLS];