summaryrefslogtreecommitdiff
path: root/openttd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-11-16 08:35:26 +0000
committertron <tron@openttd.org>2005-11-16 08:35:26 +0000
commit1d109214bc9af5673083be6703049923b29b34b9 (patch)
tree36dbde3689e61e89ebf603f5f851028019d303b1 /openttd.c
parent3bf8d2ccbbf75533c3578bfebde1238b7293b3ad (diff)
downloadopenttd-1d109214bc9af5673083be6703049923b29b34b9.tar.xz
(svn r3191) Move declaration and definition of _dbg_screen_rect to a place where it somewhat makes sense and wrap them in #ifdef _DEBUG
Diffstat (limited to 'openttd.c')
-rw-r--r--openttd.c2
1 files changed, 0 insertions, 2 deletions
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 */