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.5 by elmex, Tue Aug 15 17:35:50 2006 UTC vs.
Revision 1.6 by elmex, Tue Aug 15 18:12:20 2006 UTC

1/* 1/*
2 * static char *rcsid_define_h = 2 * static char *rcsid_define_h =
3 * "$Id: define.h,v 1.5 2006/08/15 17:35:50 elmex Exp $"; 3 * "$Id: define.h,v 1.6 2006/08/15 18:12:20 elmex Exp $";
4 */ 4 */
5 5
6/* 6/*
7 CrossFire, A Multiplayer game for X-windows 7 CrossFire, A Multiplayer game for X-windows
8 8
287#define BUILDER 160 /* Generic item builder, see subtypes */ 287#define BUILDER 160 /* Generic item builder, see subtypes */
288#define MATERIAL 161 /* Material for building */ 288#define MATERIAL 161 /* Material for building */
289/* #define GPS 162 Ground positionning system, moved to Python plugin */ 289/* #define GPS 162 Ground positionning system, moved to Python plugin */
290#define ITEM_TRANSFORMER 163 /* Transforming one item with another */ 290#define ITEM_TRANSFORMER 163 /* Transforming one item with another */
291#define QUEST 164 /* See below for subtypes */ 291#define QUEST 164 /* See below for subtypes */
292#define SAFE_FLOOR 165 /* This is a safe floor, means that neither bombs, 292#define SAFE_GROUND 165 /* This is a safe ground, means that neither bombs,
293 potions, alchemy, or magic works here (elmex) */ 293 potions, alchemy, or magic works here (elmex) */
294/* END TYPE DEFINE */ 294/* END TYPE DEFINE */
295 295
296/* Subtypes for BUILDER */ 296/* Subtypes for BUILDER */
297#define ST_BD_BUILD 1 /* Builds an item */ 297#define ST_BD_BUILD 1 /* Builds an item */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines