ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/attack.h
(Generate patch)

Comparing deliantra/server/include/attack.h (file contents):
Revision 1.7 by root, Sat Sep 9 23:49:06 2006 UTC vs.
Revision 1.9 by root, Thu Sep 21 00:05:25 2006 UTC

18 along with this program; if not, write to the Free Software 18 along with this program; if not, write to the Free Software
19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20 20
21 The authors can be reached via e-mail at crossfire-devel@real-time.com 21 The authors can be reached via e-mail at crossfire-devel@real-time.com
22*/ 22*/
23
24 23
25#ifndef ATTACK_H 24#ifndef ATTACK_H
26#define ATTACK_H 25#define ATTACK_H
27 26
28/* 27/*
80}; 79};
81 80
82/* Short description of names of the attacktypes */ 81/* Short description of names of the attacktypes */
83extern const char* const attacktype_desc[NROFATTACKS]; 82extern const char* const attacktype_desc[NROFATTACKS];
84 83
85extern const keyword resist_save[NROFATTACKS];
86
87/* Note that internal should not ever be referenced in the last two 84/* Note that internal should not ever be referenced in the last two
88 * tables. however, other resisttypes may be added, and if through some 85 * tables. however, other resisttypes may be added, and if through some
89 * bug these do get used somehow, might as well make it more easier to notice 86 * bug these do get used somehow, might as well make it more easier to notice
90 * and not have mystery values appear. 87 * and not have mystery values appear.
91 */ 88 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines