From f44ca804e570f645d15a372b8f38817027038021 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Mon, 23 Jun 2014 15:27:19 -0400 Subject: Fixed some location errors --- location.h | 8 ++++---- 1 file 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}, }; -- cgit v1.1