X-Git-Url: https://git.yukkurigames.com/?p=rogue-pphs.git;a=blobdiff_plain;f=rogue.h;h=e3b2c849baff4fca2bb41e7bedbf7604551bf3e2;hp=47dfd8e81b12cc81a88f785f2c1c5394f00c4bc2;hb=HEAD;hpb=a5ae529c042443657bd548d52084c3350edcf49e diff --git a/rogue.h b/rogue.h index 47dfd8e..e3b2c84 100644 --- a/rogue.h +++ b/rogue.h @@ -10,6 +10,16 @@ * See the file LICENSE.TXT for full copyright and licensing information. */ +#ifndef NULL +#define NULL ((void *)0) +#endif +#ifndef TRUE +#define TRUE 1 +#endif +#ifndef FALSE +#define FALSE 0 +#endif + /* * Maximum number of different things */ @@ -340,7 +350,8 @@ extern struct trap traps[MAXTRAPS]; #define NUM_FEATURES 6 #define MAYBE_INTERESTED 1 -#define INTERESTED 20 +#define INTERESTED 40 +#define READY 100 /* * Structure describing a fighting being