5 lines
127 B
C
5 lines
127 B
C
/* maximum size limits shared by dungeon compiler and runtime */
|
|
|
|
#define LOCSIZ 185
|
|
#define NOBJECTS 100
|
|
#define HNTSIZ 20
|