(svn r13322) -Codechange: _no_scroll belongs more with the window code.

This commit is contained in:
rubidium
2008-05-29 11:13:11 +00:00
parent 4a3dd37582
commit 4151d68480
4 changed files with 16 additions and 12 deletions

View File

@@ -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;