(svn r18337) -Codechange: Remove 2x2 {SKIP} in the company finances window + strings.

This commit is contained in:
alberth
2009-11-29 12:52:08 +00:00
parent 1f70f065d6
commit 548f47af58
46 changed files with 91 additions and 91 deletions

View File

@@ -308,7 +308,7 @@ struct CompanyFinancesWindow : Window {
case CFW_INCREASE_LOAN:
case CFW_REPAY_LOAN:
SetDParam(2, LOAN_INTERVAL);
SetDParam(0, LOAN_INTERVAL);
break;
}
}