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.27 by elmex, Wed Dec 20 14:38:50 2006 UTC vs.
Revision 1.28 by elmex, Wed Dec 20 14:48:10 2006 UTC

110 * flags 110 * flags
111 * Also, if you add new entries, try and fill up the holes in this list. 111 * Also, if you add new entries, try and fill up the holes in this list.
112 * Additionally, when you add a new entry, include it in the table in item.c 112 * Additionally, when you add a new entry, include it in the table in item.c
113 */ 113 */
114 114
115/* type 0 will be undefined and shows a non valid type information */
116
117/* USED TYPES: (for dead types please look at the bottom of the type 115/* USED TYPES: (for dead types please look at the bottom of the type
118 * definitions) 116 * definitions)
119 */ 117 */
118
119/* type 0 objects have the default behaviour */
120 120
121#define PLAYER 1 121#define PLAYER 1
122#define TRANSPORT 2 /* see pod/objects.pod */ 122#define TRANSPORT 2 /* see pod/objects.pod */
123#define ROD 3 123#define ROD 3
124#define TREASURE 4 124#define TREASURE 4

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines