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.120 by root, Sun Apr 4 04:58:46 2010 UTC vs.
Revision 1.122 by root, Tue Apr 6 03:53:29 2010 UTC

175#define EXIT 66 175#define EXIT 66
176#define ENCOUNTER 67 176#define ENCOUNTER 67
177#define SHOP_FLOOR 68 177#define SHOP_FLOOR 68
178#define SHOP_MAT 69 178#define SHOP_MAT 69
179#define RING 70 179#define RING 70
180#define FLOOR 71 /* this is a floor tile -> native layer 0 */ 180#define FLOOR 71 /* this is a floor tile -> native layer 0 */ // UNUSED???
181#define FLESH 72 /* animal 'body parts' -b.t. */ 181#define FLESH 72 /* animal 'body parts' -b.t. */
182#define INORGANIC 73 /* metals and minerals */ 182#define INORGANIC 73 /* metals and minerals */
183#define SKILL_TOOL 74 /* Allows the use of a skill */ 183#define SKILL_TOOL 74 /* Allows the use of a skill */
184#define LIGHTER 75 184#define LIGHTER 75
185//76 185//76
690 690
691#define PREFER_HIGH 1 691#define PREFER_HIGH 1
692#define PREFER_LOW 0 692#define PREFER_LOW 0
693 693
694/* Flags for apply_special() */ 694/* Flags for apply_special() */
695GENCONST_IV(AP_)
696enum apply_flag 695enum apply_flag
697{ 696{
698 /* Basic flags/mode, always use one of these */ 697 /* Basic flags/mode, always use one of these */
699 AP_TOGGLE = 0, 698 AP_TOGGLE = 0,
700 AP_APPLY = 0x01, 699 AP_APPLY = 0x01,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines