summaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.c')
-rw-r--r--src/game.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.c b/src/game.c
index f4216ab..65b8d62 100644
--- a/src/game.c
+++ b/src/game.c
@@ -227,7 +227,7 @@ typedef struct game_t {
mask_t *mask;
teepee_t *teepee;
entity_t *new_infections;
- int is_maga;
+ unsigned is_maga;
float infections_rate, infections_rate_smoothed; /* 0-1 for none-max */
virus_t *viruses[GAME_NUM_VIRUSES];
m4f_t score_digits_x[10];
© All Rights Reserved