(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 :)
This commit is contained in:
belugas
2008-08-20 01:38:12 +00:00
parent 77ee099212
commit f2f2bcf23c
8 changed files with 13 additions and 13 deletions

View File

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