Browse Source

Fix tests

pull/910/head
Anders Jenbo 5 years ago
parent
commit
aca7cd740e
  1. 5
      Source/automap.h
  2. 1
      Source/control.h

5
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();

1
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;

Loading…
Cancel
Save