--- deliantra/server/include/attack.h 2006/09/09 23:49:06 1.7 +++ deliantra/server/include/attack.h 2007/01/06 14:42:30 1.12 @@ -1,6 +1,7 @@ /* CrossFire, A Multiplayer game for X-windows + Copyright (C) 2005, 2006, 2007 Marc Lehmann & Crossfire+ Development Team Copyright (C) 2002 Mark Wedel & Crossfire Development Team Copyright (C) 1992 Frank Tore Johansen @@ -18,10 +19,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - The authors can be reached via e-mail at crossfire-devel@real-time.com + The authors can be reached via e-mail at crossfire@schmorp.de */ - #ifndef ATTACK_H #define ATTACK_H @@ -82,8 +82,6 @@ /* Short description of names of the attacktypes */ extern const char* const attacktype_desc[NROFATTACKS]; -extern const keyword resist_save[NROFATTACKS]; - /* Note that internal should not ever be referenced in the last two * tables. however, other resisttypes may be added, and if through some * bug these do get used somehow, might as well make it more easier to notice