From a5c4efa8c35b6f5a85fcebd692b89ed2291f7cd1 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Thu, 2 May 2019 01:27:41 +0200 Subject: [PATCH] Remove alignment hack --- Source/debug.h | 4 ++-- Source/diablo.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Source/debug.h b/Source/debug.h index de4401ba5..568b7dcbe 100644 --- a/Source/debug.h +++ b/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__ */ diff --git a/Source/diablo.h b/Source/diablo.h index 7fc5e5b3b..c4b371f0b 100644 --- a/Source/diablo.h +++ b/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