Changeset - r12918:3aa9077f759b
[Not reviewed]
master
0 1 0
alberth - 15 years ago 2009-09-05 08:01:08
alberth@openttd.org
(svn r17421) -Fix (r17418): Don't output debug information in signs list.
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/signs_gui.cpp
Show inline comments
 
@@ -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();
0 comments (0 inline, 0 general)