Bite the bullet - size siymbols have to be shared.

Otherwise we end up duplicating magic sizes and tey can drift apart.
This commit is contained in:
Eric S. Raymond 2017-06-07 05:45:51 -04:00
parent 7f4cff1188
commit 461575ef4c
5 changed files with 24 additions and 12 deletions

4
sizes.h Normal file
View file

@ -0,0 +1,4 @@
/* maximum size limits shared by dungeon compiler and runtime */
#define LOCSIZ 185
#define NOBJECTS 100