From 7746c4722b1be63eae53fe50be754b1ec0be8565 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Tue, 22 Feb 2005 14:52:20 +0000 Subject: (svn r1901) - Fix: unwanted behaviour of the savegame dialog, as well as a bug with a sloppy termination of a string. When any editbox is open, scrolling is disabled. If any new types of editboxes come up, please use SET/CLRBIT of _no_scroll with its unique identifier (ttd.h) --- console.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'console.h') diff --git a/console.h b/console.h index 6e9bb8174..441de31de 100644 --- a/console.h +++ b/console.h @@ -1,9 +1,6 @@ #ifndef CONSOLE_H #define CONSOLE_H -/* Pointer to console window */ -VARDEF Window *_iconsole_win; - // ** console parser ** // typedef enum _iconsole_var_types { -- cgit v1.2.3-54-g00ecf