[BACK]Return to phantdefs.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / games / phantasia

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/games/phantasia/phantdefs.h between version 1.2 and 1.3

version 1.2, 1995/03/24 03:59:28 version 1.3, 1999/09/30 18:01:33
Line 12 
Line 12 
 #define R_SPOILED       4               /* ring which has gone bad */  #define R_SPOILED       4               /* ring which has gone bad */
   
 /* status constants */  /* status constants */
   /* We must #undef these first since setup.c includes headers that reserve S_* */
   #undef S_NOTUSED
   #undef S_OFF
   #undef S_PLAYING
   #undef S_CLOAKED
   #undef S_INBATTLE
   #undef S_MONSTER
   #undef S_TRADING
   #undef S_HUNGUP
 #define S_NOTUSED       0               /* record not in use */  #define S_NOTUSED       0               /* record not in use */
 #define S_OFF           1               /* not playing */  #define S_OFF           1               /* not playing */
 #define S_PLAYING       2               /* playing - nothing else */  #define S_PLAYING       2               /* playing - nothing else */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>