mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r17421) -Fix (r17418): Don't output debug information in signs list.
This commit is contained in:
parent
dc73d5432d
commit
aa0abf9c91
@ -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