summaryrefslogtreecommitdiff
path: root/include/rounds.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rounds.h')
-rw-r--r--include/rounds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rounds.h b/include/rounds.h
index de787b4..e13f58d 100644
--- a/include/rounds.h
+++ b/include/rounds.h
@@ -17,7 +17,7 @@ typedef struct t_zombie_round {
float round_timer;
} zombie_round;
-zombie_round _current_round = {.round_nr = 0, .zombies = 0, .state = ROUND_SWITCHING};
+zombie_round _current_round = {.round_nr = 12, .zombies = 0, .state = ROUND_SWITCHING};
bool current_round_is_done();
void start_next_round();