From aca7cd740edbf235724a644a6862a247b9a7f08e Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Mon, 2 Nov 2020 05:42:42 +0100 Subject: [PATCH] Fix tests --- Source/automap.h | 5 +++++ Source/control.h | 1 + 2 files changed, 6 insertions(+) diff --git a/Source/automap.h b/Source/automap.h index bb145c04a..e9bf4265e 100644 --- a/Source/automap.h +++ b/Source/automap.h @@ -17,6 +17,11 @@ extern BOOLEAN automapview[DMAXX][DMAXY]; extern int AutoMapScale; extern int AutoMapXOfs; extern int AutoMapYOfs; +extern int AmLine64; +extern int AmLine32; +extern int AmLine16; +extern int AmLine8; +extern int AmLine4; void InitAutomapOnce(); void InitAutomap(); diff --git a/Source/control.h b/Source/control.h index 05e88853b..be821302c 100644 --- a/Source/control.h +++ b/Source/control.h @@ -21,6 +21,7 @@ extern int dropGoldValue; extern BOOL drawmanaflag; extern BOOL chrbtnactive; extern BYTE *pPanelText; +extern int pnumlines; extern BOOL pinfoflag; extern int pSpell; extern char infoclr;