--- deliantra/server/common/init.C 2006/09/07 13:34:56 1.7 +++ deliantra/server/common/init.C 2006/09/07 13:52:08 1.8 @@ -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.8 2006/09/07 13:52:08 root Exp $"; */ /* @@ -44,13 +44,13 @@ }; extern const char* const resist_plus[NROFATTACKS] = { -# define def(uc, name, lc, plus, change) # plus +# define def(uc, name, lc, 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, name, lc, plus, change) # change, # include "attackinc.h" # undef def };