Remove more disused macros.
authorJason S. Ninneman <jsn@mbar.us>
Fri, 30 Jun 2017 18:05:37 +0000 (11:05 -0700)
committerJason S. Ninneman <jsn@mbar.us>
Fri, 30 Jun 2017 18:05:37 +0000 (11:05 -0700)
advent.h

index cafc45aa0c995fdd4825034397efc8ae1c611780..49e0a8cb545d2ea50165d9b19e14035bd9d0ee62 100644 (file)
--- a/advent.h
+++ b/advent.h
@@ -5,11 +5,9 @@
 
 #include "dungeon.h"
 
 
 #include "dungeon.h"
 
-#define LINESIZE       100
 #define NDWARVES       6          // number of dwarves
 #define PIRATE         NDWARVES   // must be NDWARVES-1 when zero-origin
 #define DALTLC         LOC_NUGGET // alternate dwarf location
 #define NDWARVES       6          // number of dwarves
 #define PIRATE         NDWARVES   // must be NDWARVES-1 when zero-origin
 #define DALTLC         LOC_NUGGET // alternate dwarf location
-#define MAXPARMS       25         // Max parameters for speak()
 #define INVLIMIT       7          // inverntory limit (# of objects)
 #define INTRANSITIVE   -1         // illegal object number
 #define SPECIALBASE    300        // base number of special rooms
 #define INVLIMIT       7          // inverntory limit (# of objects)
 #define INTRANSITIVE   -1         // illegal object number
 #define SPECIALBASE    300        // base number of special rooms