Remove more disused macros.

This commit is contained in:
Jason S. Ninneman 2017-06-30 11:05:37 -07:00
parent d9d089bdcc
commit 4fe9b94db4

View file

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