mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-11 13:10:45 +00:00
(svn r17421) -Fix (r17418): Don't output debug information in signs list.
This commit is contained in:
parent
0bfea0646c
commit
f381e9d022
@ -96,7 +96,6 @@ struct SignListWindow : Window, SignList {
|
||||
this->InitNested(desc, window_number);
|
||||
|
||||
this->vscroll.SetCapacity(this->nested_array[SLW_LIST]->current_y / this->resize.step_height);
|
||||
printf("resize step = %d\n", this->resize.step_height);
|
||||
|
||||
/* Create initial list. */
|
||||
this->signs.ForceRebuild();
|
||||
|
Loading…
Reference in New Issue
Block a user