--- deliantra/server/common/init.C 2006/09/07 13:34:56 1.7 +++ deliantra/server/common/init.C 2006/09/09 23:49:06 1.9 @@ -1,6 +1,6 @@ /* * static char *rcsid_init_c = - * "$Id: init.C,v 1.7 2006/09/07 13:34:56 root Exp $"; + * "$Id: init.C,v 1.9 2006/09/09 23:49:06 root Exp $"; */ /* @@ -32,31 +32,31 @@ #include extern const char* const attacktype_desc[NROFATTACKS] = { -# define def(uc, name, lc, plus, change) # name, +# define def(uc, lc, name, plus, change) # name, # include "attackinc.h" # undef def }; extern const keyword resist_save[NROFATTACKS] = { -# define def(uc, name, lc, plus, change) KW_resist_ ## lc, +# define def(uc, lc, name, plus, change) KW_resist_ ## lc, # include "attackinc.h" # undef def }; extern const char* const resist_plus[NROFATTACKS] = { -# define def(uc, name, lc, plus, change) # plus +# define def(uc, lc, name, plus, change) # plus, # include "attackinc.h" # undef def }; extern const char* const change_resist_msg[NROFATTACKS] = { -# define def(uc, name, lc, plus, change) # change +# define def(uc, lc, name, plus, change) # change, # include "attackinc.h" # undef def }; int resist_table[NROFATTACKS] = { -# define def(uc, name, lc, plus, change) ATNR_ ## uc, +# define def(uc, lc, name, plus, change) ATNR_ ## uc, # include "attackinc.h" # undef def };