diff options
author | UnavailableDev <ggwildplay@gmail.com> | 2023-04-05 20:49:23 +0200 |
---|---|---|
committer | UnavailableDev <ggwildplay@gmail.com> | 2023-04-05 20:49:23 +0200 |
commit | 06b9a5e3c252713c211d77b5643143276db209ba (patch) | |
tree | 8fb96c3086904969207fab1e77e786a916346aa6 /src/demo.c | |
parent | 30ed47e6ea66872951140711323844698a278fff (diff) | |
parent | 854a80001b9798d1454e4308e4efba96431e44d8 (diff) |
Merge branch 'dev' of https://github.com/heavydemon21/avans-arcade into dev
Diffstat (limited to 'src/demo.c')
-rw-r--r-- | src/demo.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,6 +17,7 @@ #include "game_loop/gameplay.h" #include "game_loop/shop.h" +#include <stdbool.h> hh_g_all_levels hh_game; @@ -61,7 +62,7 @@ void hh_demo_loop(unsigned long frame) { hh_shop(&hh_game_states); break; case hh_e_state_gameplay: - hh_gameplay(hh_game, &hh_game_states); + hh_gameplay(&hh_game, &hh_game_states); break; case hh_e_state_game_over: // todo: |