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 --- openttd.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'openttd.c') diff --git a/openttd.c b/openttd.c index a8855c981..97a918a3c 100644 --- a/openttd.c +++ b/openttd.c @@ -61,8 +61,6 @@ extern void SetDifficultyLevel(int mode, GameOptions *gm_opt); extern void DoStartupNewPlayer(bool is_ai); extern void ShowOSErrorBox(const char *buf); -bool _dbg_screen_rect; - /* TODO: usrerror() for errors which are not of an internal nature but * caused by the user, i.e. missing files or fatal configuration errors. * Post-0.4.0 since Celestar doesn't want this in SVN before. --pasky */ -- cgit v1.2.3-54-g00ecf