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

Comparing deliantra/server/include/define.h (file contents):
Revision 1.138 by root, Sat May 7 20:03:28 2011 UTC vs.
Revision 1.139 by elmex, Wed May 18 20:44:39 2011 UTC

283 283
284/* Subtypes for MATERIAL */ 284/* Subtypes for MATERIAL */
285#define ST_MAT_FLOOR 1 /* Floor */ 285#define ST_MAT_FLOOR 1 /* Floor */
286#define ST_MAT_WALL 2 /* Wall */ 286#define ST_MAT_WALL 2 /* Wall */
287#define ST_MAT_ITEM 3 /* All other items, including doors & such */ 287#define ST_MAT_ITEM 3 /* All other items, including doors & such */
288#define ST_MAT_QUAD 4 /* Quad build material */
288 289
289/* definitions for weapontypes */ 290/* definitions for weapontypes */
290 291
291#define WEAP_HIT 0 /* the basic */ 292#define WEAP_HIT 0 /* the basic */
292#define WEAP_SLASH 1 /* slash */ 293#define WEAP_SLASH 1 /* slash */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines