aboutsummaryrefslogtreecommitdiff
path: root/src/player/inc/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/player/inc/player.h')
-rw-r--r--src/player/inc/player.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/player/inc/player.h b/src/player/inc/player.h
index 25f4d81..153740c 100644
--- a/src/player/inc/player.h
+++ b/src/player/inc/player.h
@@ -36,8 +36,8 @@ struct player
bool alive;
struct unit units[PLAYER_MAX_UNITS];
struct building buildings[PLAYER_MAX_BUILDINGS];
- unsigned long resources[MAX_RESOURCE_TYPES];
- size_t pop, bpop;
+ uint32_t resources[MAX_RESOURCE_TYPES];
+ unsigned char pop, bpop;
struct
{