From 9506434539cbcfb2756ee7d393075ffcb75c47cb Mon Sep 17 00:00:00 2001 From: belugas Date: Wed, 20 Aug 2008 01:38:12 +0000 Subject: (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 :) --- src/openttd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/openttd.cpp') 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++; -- cgit v1.2.3-54-g00ecf