summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2008-08-20 01:38:12 +0000
committerbelugas <belugas@openttd.org>2008-08-20 01:38:12 +0000
commit9506434539cbcfb2756ee7d393075ffcb75c47cb (patch)
tree6535e6cecda9dc1aa99f537f39300637c95640aa /src/openttd.cpp
parentd096431936f2a41ac84258073e04cc626f45ab9a (diff)
downloadopenttd-9506434539cbcfb2756ee7d393075ffcb75c47cb.tar.xz
(svn r14105) -Fix: Some typos that are more grammatical errors, as it seems.
Provided by ln I've added a little fix on currency.cpp too, why not :)
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index fb67df2d1..dbc1ebaeb 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -2159,7 +2159,7 @@ bool AfterLoadGame()
}
if (CheckSavegameVersion(58)) {
- /* patch difficulty number_industries other then zero get bumped to +1
+ /* patch difficulty number_industries other than zero get bumped to +1
* since a new option (very low at position1) has been added */
if (_settings_game.difficulty.number_industries > 0) {
_settings_game.difficulty.number_industries++;