diff options
| author | Franklin Wei <frankhwei536@gmail.com> | 2014-06-23 15:59:31 -0400 |
|---|---|---|
| committer | Franklin Wei <frankhwei536@gmail.com> | 2014-06-23 15:59:31 -0400 |
| commit | 35e1fd6820cd05c180e180d0ec61457a9f31e196 (patch) | |
| tree | f019c787e032b079d1d63a9ae8c90c0cc4479647 /location.h | |
| parent | 33412e0f4d53ae6e34a8e6bf4c57bc333cc60237 (diff) | |
| download | wargames-server-35e1fd6820cd05c180e180d0ec61457a9f31e196.zip wargames-server-35e1fd6820cd05c180e180d0ec61457a9f31e196.tar.gz wargames-server-35e1fd6820cd05c180e180d0ec61457a9f31e196.tar.bz2 wargames-server-35e1fd6820cd05c180e180d0ec61457a9f31e196.tar.xz | |
fixed warnings
Diffstat (limited to 'location.h')
| -rw-r--r-- | location.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,7 +15,8 @@ struct location_t world[]={ {"winston-salem", 30, 7}, {"san francisco", 1, 6}, {"chicago", 24, 4}, - + {"miami", 32, 11}, + /* Soviet cities */ /* NOTE: These are not neccessarily correct. I simply eyed them relative to Murmansk */ {"murmansk", 74, 1}, |