openttd updated to 1.5.0-beta2

--HG--
branch : openttd
This commit is contained in:
Pavel Stupnikov
2015-03-01 00:30:53 +03:00
parent 0abb47ce90
commit d201932121
682 changed files with 26103 additions and 16553 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: signs_gui.cpp 25918 2013-10-28 10:05:00Z frosch $ */
/* $Id: signs_gui.cpp 26827 2014-09-15 19:26:03Z frosch $ */
/*
* This file is part of OpenTTD.
@@ -33,6 +33,8 @@
#include "table/strings.h"
#include "table/sprites.h"
#include "safeguards.h"
struct SignList {
/**
* A GUIList contains signs and uses a StringFilter for filtering.
@@ -158,7 +160,6 @@ struct SignListWindow : Window, SignList {
/* Initialize the text edit widget */
this->querystrings[WID_SIL_FILTER_TEXT] = &this->filter_editbox;
this->filter_editbox.ok_button = WID_SIL_FILTER_ENTER_BTN;
this->filter_editbox.cancel_button = QueryString::ACTION_CLEAR;
/* Initialize the filtering variables */