Browse Source

Remove alignment hack

pull/100/head
Anders Jenbo 7 years ago
parent
commit
a5c4efa8c3
  1. 4
      Source/debug.h
  2. 4
      Source/diablo.h

4
Source/debug.h

@ -9,7 +9,7 @@ extern char dFlagDbg[NUMLEVELS][MAXDUNX][MAXDUNY];
void LoadDebugGFX();
void FreeDebugGFX();
void CheckDungeonClear();
//#ifdef _DEBUG // SpawnHealer is only bin exact with the following defined
#ifdef _DEBUG
void GiveGoldCheat();
void StoresCheat();
void TakeGoldCheat();
@ -21,6 +21,6 @@ void PrintDebugQuest();
void PrintDebugMonster(int m);
void GetDebugMonster();
void NextDebugMonster();
//#endif
#endif
#endif /* __DEBUG_H__ */

4
Source/diablo.h

@ -156,7 +156,7 @@ extern int diablo_inf; // weak
/* rdata */
extern BOOL fullscreen;
//#ifdef _DEBUG // SpawnHealer is only bin exact with the following defined
#ifdef _DEBUG
extern int showintrodebug;
extern int questdebug;
extern int debug_mode_key_s;
@ -173,7 +173,7 @@ extern int frameflag;
extern int frameend;
extern int framerate;
extern int framestart;
//#endif
#endif
extern BOOL FriendlyMode;
extern char *spszMsgTbl[4]; // weak
extern char *spszMsgKeyTbl[4]; // weak

Loading…
Cancel
Save