summaryrefslogtreecommitdiff
path: root/src/company_gui.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2009-11-29 12:52:08 +0000
committeralberth <alberth@openttd.org>2009-11-29 12:52:08 +0000
commit548f47af5894bb5e07f85ad09528a1ffc475baa7 (patch)
tree732dc52c9af7ab09660007670170c0c1aad7d5a6 /src/company_gui.cpp
parent1f70f065d646552fa5adba5ae2f5f2d8a6caafdc (diff)
downloadopenttd-548f47af5894bb5e07f85ad09528a1ffc475baa7.tar.xz
(svn r18337) -Codechange: Remove 2x2 {SKIP} in the company finances window + strings.
Diffstat (limited to 'src/company_gui.cpp')
-rw-r--r--src/company_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/company_gui.cpp b/src/company_gui.cpp
index a1b7f374f..fe48897c3 100644
--- a/src/company_gui.cpp
+++ b/src/company_gui.cpp
@@ -308,7 +308,7 @@ struct CompanyFinancesWindow : Window {
case CFW_INCREASE_LOAN:
case CFW_REPAY_LOAN:
- SetDParam(2, LOAN_INTERVAL);
+ SetDParam(0, LOAN_INTERVAL);
break;
}
}