mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-03 01:38:09 +01: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:
parent
24bb768450
commit
52982de589
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user