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

@@ -54,7 +54,7 @@ enum Ratings {
RATING_GROWTH_UP_STEP = 5, ///< when a town grows, all companies have rating increased a bit ...
RATING_GROWTH_MAXIMUM = RATING_MEDIOCRE, ///< ... up to RATING_MEDIOCRE
RATING_STATION_UP_STEP = 12, ///< when a town grows, company gains reputation for all well serviced stations ...
RATING_STATION_DOWN_STEP = -15, ///< ... but loses for bad serviced stations
RATING_STATION_DOWN_STEP = -15, ///< ... but loses for badly serviced stations
RATING_TUNNEL_BRIDGE_DOWN_STEP = -250, ///< penalty for removing town owned tunnel or bridge
RATING_TUNNEL_BRIDGE_MINIMUM = 0, ///< minimum rating after removing tunnel or bridge