Difference for include/define.h from version 1.92 to 1.93


version 1.92 version 1.93
Line 1
 
Line 1
 /*  /*
  * 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 $";
  */   */
   
 /*  /*
Line 288
 
Line 288
 #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 */
Line 299
 
Line 300
 #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 */


Legend:
line(s) removed in v.1.92 
line(s) changed
 line(s) added in v.1.93

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:19