X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=advent.h;h=2cc2daab035627ba970c28f683e37d50c4863034;hb=41265e020c857fc87e6848941115210f3ea9b98d;hp=328847db83da71112db0b14363919ea3f0c652db;hpb=7555eb7de35b429438ac54891d17ccd682964cf5;p=open-adventure.git diff --git a/advent.h b/advent.h index 328847d..2cc2daa 100644 --- a/advent.h +++ b/advent.h @@ -9,6 +9,7 @@ #define DALTLC 18 /* alternate dwarf location; low room */ #define MINTRS 50 #define MAXTRS 79 +#define MAXPARMS 25 typedef struct lcg_state { @@ -145,5 +146,5 @@ extern long AMBER, ATTACK, AXE, BACK, BATTER, BEAR, STEPS, STICK, STREAM, THROW, TRIDNT, TROLL, TROLL2, URN, VASE, VEND, VOLCAN, WATER; /* evrything else */ -extern long I, J, K, L, MAXDIE, SPK, V1, V2, VRSION, WD1, WD1X, WD2, WD2X; +extern long I, J, K, L, SPK, V1, V2, VRSION, WD1, WD1X, WD2, WD2X;