mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-20 04:59:11 +00:00
(svn r13796) -Fix [FS#2161]: one couldn't start the last scenario in the "start server window"'s list of scenarios.
This commit is contained in:
@@ -767,7 +767,7 @@ struct NetworkStartServerWindow : public QueryStringBaseWindow {
|
||||
_saveload_mode = SLD_NEW_GAME;
|
||||
BuildFileList();
|
||||
this->vscroll.cap = 12;
|
||||
this->vscroll.count = _fios_items.Length();
|
||||
this->vscroll.count = _fios_items.Length() + 1;
|
||||
|
||||
this->afilter = CS_ALPHANUMERAL;
|
||||
InitializeTextBuffer(&this->text, this->edit_str_buf, lengthof(this->edit_str_buf), 160);
|
||||
|
Reference in New Issue
Block a user