From ce398adf8e21aefb522091d91ea1cef6d68ff801 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 16 Nov 2005 08:35:26 +0000 Subject: (svn r3191) Move declaration and definition of _dbg_screen_rect to a place where it somewhat makes sense and wrap them in #ifdef _DEBUG --- hal.h | 1 - 1 file changed, 1 deletion(-) (limited to 'hal.h') diff --git a/hal.h b/hal.h index 6511ba118..7c4625c44 100644 --- a/hal.h +++ b/hal.h @@ -43,7 +43,6 @@ enum DriverType { }; extern void GameLoop(void); -extern bool _dbg_screen_rect; // Deals with finding savegames -- cgit v1.2.3-54-g00ecf