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

Comparing deliantra/server/include/skills.h (file contents):
Revision 1.35 by root, Wed Nov 16 23:42:01 2016 UTC vs.
Revision 1.36 by root, Sun Jan 29 02:47:05 2017 UTC

23 */ 23 */
24 24
25#ifndef SKILLS_H__ 25#ifndef SKILLS_H__
26#define SKILLS_H__ 26#define SKILLS_H__
27 27
28/* This list is just a subtype <-> skill (code wise) in the 28/* This list is just a subtype <-> skill (code wise) in the
29 * server translation. In theory, the processing of the different 29 * server translation. In theory, the processing of the different
30 * skills could be done via strncmp 30 * skills could be done via strncmp
31 * This list doesn't really try to identify what the skills do. 31 * This list doesn't really try to identify what the skills do.
32 * The order of this list has no special meaning. 0 is not used 32 * The order of this list has no special meaning. 0 is not used
33 * to denote improperly set objects. 33 * to denote improperly set objects.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines