(svn r1890) Begin to clean up the edit box: Remove one global variable and split the combined edit/original buffer into two

This commit is contained in:
tron
2005-02-19 14:40:32 +00:00
parent bf5e0c10ce
commit 2de3dc2735
4 changed files with 19 additions and 24 deletions

View File

@@ -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)
{