From 4151d684803ad353ae9e3362f1d855ba95027728 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 29 May 2008 11:13:11 +0000 Subject: (svn r13322) -Codechange: _no_scroll belongs more with the window code. --- src/openttd.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/openttd.h') diff --git a/src/openttd.h b/src/openttd.h index a603a62e8..7f61ca62e 100644 --- a/src/openttd.h +++ b/src/openttd.h @@ -39,17 +39,6 @@ enum { DO_WAYPOINTS = 6, }; -/* In certain windows you navigate with the arrow keys. Do not scroll the - * gameview when here. Bitencoded variable that only allows scrolling if all - * elements are zero */ -enum { - SCROLL_CON = 0, - SCROLL_EDIT = 1, - SCROLL_SAVE = 2, - SCROLL_CHAT = 4, -}; -extern byte _no_scroll; - extern byte _game_mode; extern bool _exit_game; extern int8 _pause_game; -- cgit v1.2.3-70-g09d2