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

pull/155/head
rubidium 15 years ago
parent a79be4de27
commit 123c44137a

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

Loading…
Cancel
Save