aboutsummaryrefslogtreecommitdiff
path: root/location.h
diff options
context:
space:
mode:
authorFranklin Wei <franklin@fwei.tk>2014-06-24 10:21:04 -0400
committerFranklin Wei <franklin@fwei.tk>2014-06-24 10:21:04 -0400
commit45083e66657bed6167e7513d599581b0517bbf81 (patch)
tree92509f6dea884c2650b5785e6539c160503063fd /location.h
parent7281c95860a5c9e6d3f445b5a884c4d07d56dc77 (diff)
downloadwargames-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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/location.h b/location.h
index 974da64..fc72b16 100644
--- a/location.h
+++ b/location.h
@@ -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}
};