aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranklin Wei <frankhwei536@gmail.com>2014-06-23 15:27:19 -0400
committerFranklin Wei <frankhwei536@gmail.com>2014-06-23 15:27:19 -0400
commitf44ca804e570f645d15a372b8f38817027038021 (patch)
tree641b26557c59429f86ecbc35786bd0a0a94bda68
parentc9568d63b106f5a7d16b5f28d090fa7ec8cd76a1 (diff)
downloadwargames-server-f44ca804e570f645d15a372b8f38817027038021.zip
wargames-server-f44ca804e570f645d15a372b8f38817027038021.tar.gz
wargames-server-f44ca804e570f645d15a372b8f38817027038021.tar.bz2
wargames-server-f44ca804e570f645d15a372b8f38817027038021.tar.xz
Fixed some location errors
-rw-r--r--location.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/location.h b/location.h
index b88c026..e1c1655 100644
--- a/location.h
+++ b/location.h
@@ -8,7 +8,7 @@ struct location_t world[]={
/* US cities */
{"las vegas", 5, 7},
{"seattle", 3, 2},
- {"new york", 35, 4},
+ {"new york", 34, 5},
{"new orleans", 25, 10},
{"washington", 33, 6},
{"washington dc", 33, 6},
@@ -18,7 +18,7 @@ struct location_t world[]={
/* Soviet cities */
/* NOTE: These are not neccessarily correct. I simply eyed them relative to Murmansk */
- {"murmansk", 2, 73},
- {"moscow", 5, 70},
- {"minsk", 4, 66},
+ {"murmansk", 74, 1},
+ {"moscow", 70, 5},
+ {"minsk", 66, 4},
};