diff options
| author | Franklin Wei <franklin@fwei.tk> | 2014-06-25 17:17:24 -0400 |
|---|---|---|
| committer | Franklin Wei <franklin@fwei.tk> | 2014-06-25 17:17:24 -0400 |
| commit | ca5288e1dc13f5e765f4f25c5c8082c9511c29c0 (patch) | |
| tree | 7322aa25379b0ea3d83401ca528a88cfb53c5bf6 /location.h | |
| parent | 6884a80079292a5475de0abb64652a4c79e886ae (diff) | |
| download | wargames-server-ca5288e1dc13f5e765f4f25c5c8082c9511c29c0.zip wargames-server-ca5288e1dc13f5e765f4f25c5c8082c9511c29c0.tar.gz wargames-server-ca5288e1dc13f5e765f4f25c5c8082c9511c29c0.tar.bz2 wargames-server-ca5288e1dc13f5e765f4f25c5c8082c9511c29c0.tar.xz | |
Added ICBM simulation
Diffstat (limited to 'location.h')
| -rw-r--r-- | location.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ struct location_t { const char* name; int x; int y; /* x,y-coords on the map */ - int population; /* around 1980 */ + unsigned int population; /* around 1980 */ enum player_t owner; bool print; const char* print_name; |