summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authornikolas <nikolas@gnu.org>2019-01-13 02:38:48 -0500
committerCharles Pigott <charlespigott@googlemail.com>2019-01-13 07:38:48 +0000
commit4fc1b2baaefad669b51d88f980aaf33670795f26 (patch)
tree5e6cc2d96f8f29b71e0508d2b91ecb464df7d332 /src/core
parent5ff0c24993c52546f1809e87a036d1e8f21d6e17 (diff)
downloadopenttd-4fc1b2baaefad669b51d88f980aaf33670795f26.tar.xz
Fix: Grammar in a bunch of comments (#7054)
Diffstat (limited to 'src/core')
-rw-r--r--src/core/random_func.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/random_func.hpp b/src/core/random_func.hpp
index 0c6b8f1ca..ae476624e 100644
--- a/src/core/random_func.hpp
+++ b/src/core/random_func.hpp
@@ -29,7 +29,7 @@ struct Randomizer {
void SetSeed(uint32 seed);
};
extern Randomizer _random; ///< Random used in the game state calculations
-extern Randomizer _interactive_random; ///< Random used every else where is does not (directly) influence the game state
+extern Randomizer _interactive_random; ///< Random used everywhere else, where it does not (directly) influence the game state
/** Stores the state of all random number generators */
struct SavedRandomSeeds {