version 1.92 | | version 1.93 |
---|
| | |
/* | | /* |
* static char *rcsid_define_h = | | * static char *rcsid_define_h = |
* "$Id: define.h,v 1.92 2005/09/09 21:09:40 akirschbaum Exp $"; | | * "$Id: define.h,v 1.93 2005/09/25 18:36:02 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
#define MATERIAL 161 /* Material for building */ | | #define MATERIAL 161 /* Material for building */ |
#define GPS 162 /* Ground positionning system */ | | #define GPS 162 /* Ground positionning system */ |
#define ITEM_TRANSFORMER 163 /* Transforming one item with another */ | | #define ITEM_TRANSFORMER 163 /* Transforming one item with another */ |
| | #define QUEST 164 /* See below for subtypes */ |
/* END TYPE DEFINE */ | | /* END TYPE DEFINE */ |
| | |
/* Subtypes for BUILDER */ | | /* Subtypes for BUILDER */ |
| | |
#define ST_MAT_WALL 2 /* Wall */ | | #define ST_MAT_WALL 2 /* Wall */ |
#define ST_MAT_ITEM 3 /* All other items, including doors & such */ | | #define ST_MAT_ITEM 3 /* All other items, including doors & such */ |
| | |
| | /* Subtypes for QUEST */ |
| | #define QUEST_IN_PROGRESS 1 |
| | #define QUEST_DONE_QUEST 2 |
| | #define QUEST_DONE_TASK 3 |
| | #define QUEST_START_QUEST 4 |
| | #define QUEST_END_QUEST 5 |
| | #define QUEST_START_TASK 6 |
| | #define QUEST_END_TASK 7 |
| | #define QUEST_OVERRIDE 8 |
| | #define QUEST_ON_ACTIVATE 9 |
| | |
/* definitions for weapontypes */ | | /* definitions for weapontypes */ |
| | |
#define WEAP_HIT 0 /* the basic */ | | #define WEAP_HIT 0 /* the basic */ |