(svn r17364) -Fix (r17356): off by one when selecting a subsidy

This commit is contained in:
rubidium 2009-09-01 22:38:18 +00:00
parent 6b2ff71e2c
commit b13eccb105
1 changed files with 0 additions and 1 deletions

View File

@ -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;