summaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2005-02-22 14:52:20 +0000
committerDarkvater <Darkvater@openttd.org>2005-02-22 14:52:20 +0000
commit7656c683cf3daf0ccaec7034541a418c4969ca5f (patch)
treeb49fb9bb8df94481ce40ba392c0f8fb12a775bec /gui.h
parent5cb74cb049b0a1ecb1a1efa682380108f1072146 (diff)
downloadopenttd-7656c683cf3daf0ccaec7034541a418c4969ca5f.tar.xz
(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)
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.h b/gui.h
index dff7b535d..eb2a2b3af 100644
--- a/gui.h
+++ b/gui.h
@@ -64,7 +64,7 @@ void PlaceProc_LevelLand(uint tile);
void ShowTerraformToolbar(void);
/* misc_gui.c */
-VARDEF Window *_editbox_win; // pointer to querystringwindow to prevent scrolling when focussed
+
void PlaceLandBlockInfo(void);
void ShowAboutWindow(void);
void ShowBuildTreesToolbar(void);