Fix: Grammar in a bunch of comments (#7054)

This commit is contained in:
nikolas
2019-01-13 02:38:48 -05:00
committed by Charles Pigott
parent 5ff0c24993
commit 4fc1b2baae
5 changed files with 11 additions and 11 deletions

View File

@@ -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 {