diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-05-16 14:13:12 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-05-16 14:13:12 +0200 |
| commit | b2ca9b477856cd8ea284389b91d718e8ea814d7b (patch) | |
| tree | de4c841391f9fd80e86358f25660936777d94bbb /include/rounds.h | |
| parent | 07eb16ba4602c41de86236e0870c757da3bfb5d6 (diff) | |
hurt feedback
Diffstat (limited to 'include/rounds.h')
| -rw-r--r-- | include/rounds.h | 2 |
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(); |
