aboutsummaryrefslogtreecommitdiff
path: root/src/demo.c
diff options
context:
space:
mode:
authorUnavailableDev <ggwildplay@gmail.com>2023-04-06 17:31:38 +0200
committerUnavailableDev <ggwildplay@gmail.com>2023-04-06 17:31:38 +0200
commit03748610041bcc8ec7a7743e9a5fb35c06731fa0 (patch)
tree8289f2e21c80dcbfbafbc5150bd109bcb40aca7c /src/demo.c
parent8be7919774250cca23151bf1505cbb48d1dd45ee (diff)
printing strings coming to YOUR screen!
Diffstat (limited to 'src/demo.c')
-rw-r--r--src/demo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demo.c b/src/demo.c
index 20f8381..c8e3c0e 100644
--- a/src/demo.c
+++ b/src/demo.c
@@ -59,7 +59,7 @@ void hh_demo_loop(unsigned long frame) {
}
break;
case hh_e_state_shop:
- hh_shop(&hh_game_states, &hh_game.shop);
+ hh_shop(&hh_game_states, &hh_game.shop, hh_game.current_level);
break;
case hh_e_state_gameplay:
hh_gameplay(&hh_game, &hh_game_states);