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.8 by root, Sat Sep 16 22:06:17 2006 UTC vs.
Revision 1.9 by root, Thu Sep 21 00:05:25 2006 UTC

79}; 79};
80 80
81/* Short description of names of the attacktypes */ 81/* Short description of names of the attacktypes */
82extern const char* const attacktype_desc[NROFATTACKS]; 82extern const char* const attacktype_desc[NROFATTACKS];
83 83
84extern const keyword resist_save[NROFATTACKS];
85
86/* 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
87 * tables. however, other resisttypes may be added, and if through some 85 * tables. however, other resisttypes may be added, and if through some
88 * 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
89 * and not have mystery values appear. 87 * and not have mystery values appear.
90 */ 88 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines