2TallTyler / improved_town_industries

An industry replacement set for OpenTTD.
GNU General Public License v3.0
22 stars 17 forks source link

Typo in comment for iron_mine.nml #40

Closed James103 closed 3 years ago

James103 commented 3 years ago

NewGRF Version

dc82c716c90b22d5e172ec0305ccc33552e00eba

Expected Result

The comment reads:

Check if an even number of iron mines already exist on the map (0 is even) by dividing by 2 and checking for a remainder. If even, build without needing cluster. If odd, continue to next switch for clustering

Actual Result

The comment reads: Check if an even number ofironl mines already exist on the map (0 is even) by dividing by 2 and checking for a remainder. If even, build without needing cluster. If odd, continue to next switch for clustering

Relevant Code

https://github.com/2TallTyler/improved_town_industries/blob/dc82c716c90b22d5e172ec0305ccc33552e00eba/src/iron_mine.nml#L87

2TallTyler commented 3 years ago

Thanks!

Closed by https://github.com/2TallTyler/improved_town_industries/commit/532a7ce3cf9bcea7bdc809a08d258b7075b7538f