--- deliantra/server/common/init.C 2006/09/10 16:00:23 1.10 +++ deliantra/server/common/init.C 2006/09/13 02:05:18 1.11 @@ -1,9 +1,3 @@ - -/* - * static char *rcsid_init_c = - * "$Id: init.C,v 1.10 2006/09/10 16:00:23 root Exp $"; - */ - /* CrossFire, A Multiplayer game for X-windows @@ -33,33 +27,33 @@ #include extern const char *const attacktype_desc[NROFATTACKS] = { -#define def(uc, lc, name, plus, change) # name, -#include "attackinc.h" -#undef def +# define def(uc, lc, name, plus, change) # name, +# include "attackinc.h" +# undef def }; extern const keyword resist_save[NROFATTACKS] = { -#define def(uc, lc, name, plus, change) KW_resist_ ## lc, -#include "attackinc.h" -#undef def +# 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, lc, name, plus, change) # plus, -#include "attackinc.h" -#undef def +# define def(uc, lc, name, plus, change) # plus, +# include "attackinc.h" +# undef def }; extern const char *const change_resist_msg[NROFATTACKS] = { -#define def(uc, lc, name, plus, change) # change, -#include "attackinc.h" -#undef def +# define def(uc, lc, name, plus, change) # change, +# include "attackinc.h" +# undef def }; int resist_table[NROFATTACKS] = { -#define def(uc, lc, name, plus, change) ATNR_ ## uc, -#include "attackinc.h" -#undef def +# define def(uc, lc, name, plus, change) ATNR_ ## uc, +# include "attackinc.h" +# undef def }; /* You unforunately need to looking in include/global.h to see what these