Remove more disused macros.
This commit is contained in:
parent
d9d089bdcc
commit
4fe9b94db4
1 changed files with 0 additions and 2 deletions
2
advent.h
2
advent.h
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue