summaryrefslogtreecommitdiff
path: root/industry_gui.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-02-19 14:40:32 +0000
committertron <tron@openttd.org>2005-02-19 14:40:32 +0000
commit05490e0556f8055571ef5f26590551debe26decd (patch)
tree0f94b7975875f6d3b02ccaa18c25546631124d6c /industry_gui.c
parent5e86b2ff9b726378bbd2dec7e408aabae1d2a44e (diff)
downloadopenttd-05490e0556f8055571ef5f26590551debe26decd.tar.xz
(svn r1890) Begin to clean up the edit box: Remove one global variable and split the combined edit/original buffer into two
Diffstat (limited to 'industry_gui.c')
-rw-r--r--industry_gui.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/industry_gui.c b/industry_gui.c
index 579100a26..1a02aeb18 100644
--- a/industry_gui.c
+++ b/industry_gui.c
@@ -4,7 +4,7 @@
#include "strings.h"
#include "table/strings.h"
#include "map.h"
-//#include "gui.h"
+#include "gui.h"
#include "window.h"
#include "gfx.h"
#include "command.h"
@@ -23,7 +23,6 @@ extern const byte _industry_type_costs[37];
static void UpdateIndustryProduction(Industry *i);
extern void DrawArrowButtons(int x, int y, int state);
-extern void ShowQueryString(StringID str, StringID caption, int maxlen, int maxwidth, byte window_class, uint16 window_number);
static void BuildIndustryWndProc(Window *w, WindowEvent *e)
{