diff options
| author | Franklin Wei <franklin@fwei.tk> | 2014-06-24 10:21:04 -0400 |
|---|---|---|
| committer | Franklin Wei <franklin@fwei.tk> | 2014-06-24 10:21:04 -0400 |
| commit | 45083e66657bed6167e7513d599581b0517bbf81 (patch) | |
| tree | 92509f6dea884c2650b5785e6539c160503063fd /location.h | |
| parent | 7281c95860a5c9e6d3f445b5a884c4d07d56dc77 (diff) | |
| download | wargames-server-45083e66657bed6167e7513d599581b0517bbf81.zip wargames-server-45083e66657bed6167e7513d599581b0517bbf81.tar.gz wargames-server-45083e66657bed6167e7513d599581b0517bbf81.tar.bz2 wargames-server-45083e66657bed6167e7513d599581b0517bbf81.tar.xz | |
EVEN MORE BUGFIXES, FEATURES! Maybe I should actually start writing good commit messages :)
Diffstat (limited to 'location.h')
| -rw-r--r-- | location.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -17,11 +17,12 @@ struct location_t world[]={ {"winston-salem", 30, 7, USA}, {"san francisco", 1, 6, USA}, {"chicago", 24, 4, USA}, - {"miami", 32, 11, USA}, + {"miami", 33, 11, USA}, /* Soviet cities */ - /* NOTE: These are not neccessarily correct. I simply eyed them relative to Murmansk */ + /* NOTE: These cities are not accurate! */ {"murmansk", 74, 1, USSR}, {"moscow", 70, 5, USSR}, {"minsk", 66, 4, USSR}, + {"chelyabinsk", 64, 8, USSR} }; |