Changeset - r12862:2a01115807e2
[Not reviewed]
master
0 1 0
rubidium - 15 years ago 2009-09-01 22:38:18
rubidium@openttd.org
(svn r17364) -Fix (r17356): off by one when selecting a subsidy
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/subsidy_gui.cpp
Show inline comments
 
@@ -52,7 +52,6 @@ struct SubsidyListWindow : Window {
 
		if (!IsInsideMM(y, 0, this->vscroll.cap)) return;
 

	
 
		y += this->vscroll.pos;
 
		y--; // Skip 'subsidies on offer' line
 

	
 
		int num = 0;
 
		const Subsidy *s;
0 comments (0 inline, 0 general)