aboutsummaryrefslogtreecommitdiff
path: root/location.h
diff options
context:
space:
mode:
authorFranklin Wei <franklin@fwei.tk>2014-06-25 17:17:24 -0400
committerFranklin Wei <franklin@fwei.tk>2014-06-25 17:17:24 -0400
commitca5288e1dc13f5e765f4f25c5c8082c9511c29c0 (patch)
tree7322aa25379b0ea3d83401ca528a88cfb53c5bf6 /location.h
parent6884a80079292a5475de0abb64652a4c79e886ae (diff)
downloadwargames-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/location.h b/location.h
index 8546184..b26c66c 100644
--- a/location.h
+++ b/location.h
@@ -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;