Magic-number cleanup.
This commit is contained in:
parent
60a3a6d1fe
commit
c1f1f2f79f
3 changed files with 3 additions and 5 deletions
4
advent.h
4
advent.h
|
@ -61,9 +61,7 @@ struct game_t {
|
|||
|
||||
extern struct game_t game;
|
||||
|
||||
extern long ATLOC[], FIXED[],
|
||||
LINK[], LNLENG, LNPOSN,
|
||||
PARMS[], PLACE[];
|
||||
extern long ATLOC[], FIXED[], LINK[], LNLENG, LNPOSN, PARMS[], PLACE[];
|
||||
extern char rawbuf[LINESIZE], INLINE[LINESIZE+1], MAP1[], MAP2[];
|
||||
extern FILE *logfp;
|
||||
extern bool oldstyle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue