ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/skill_util.C
(Generate patch)

Comparing deliantra/server/server/skill_util.C (file contents):
Revision 1.22 by root, Fri Dec 22 16:34:00 2006 UTC vs.
Revision 1.23 by root, Tue Dec 26 08:55:00 2006 UTC

39 39
40/* #define SKILL_UTIL_DEBUG */ 40/* #define SKILL_UTIL_DEBUG */
41 41
42#include <global.h> 42#include <global.h>
43#include <object.h> 43#include <object.h>
44#ifndef __CEXTRACT__
45# include <sproto.h> 44#include <sproto.h>
46#endif
47#include <living.h> /* for defs of STR,CON,DEX,etc. -b.t. */ 45#include <living.h> /* for defs of STR,CON,DEX,etc. -b.t. */
48#include <spells.h> 46#include <spells.h>
49 47
50/* Table of unarmed attack skills. Terminated by -1. This 48/* Table of unarmed attack skills. Terminated by -1. This
51 * is also the list that we should try to use skills when 49 * is also the list that we should try to use skills when

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines