summaryrefslogtreecommitdiff
path: root/src/code/z_sample.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/code/z_sample.c')
-rw-r--r--src/code/z_sample.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_sample.c b/src/code/z_sample.c
index 79f396885..2957aea9b 100644
--- a/src/code/z_sample.c
+++ b/src/code/z_sample.c
@@ -2,7 +2,7 @@
void Sample_HandleStateChange(SampleContext* this) {
if (CHECK_BTN_ALL(this->state.input[0].press.button, BTN_START)) {
- SET_NEXT_GAMESTATE(&this->state, Gameplay_Init, GlobalContext);
+ SET_NEXT_GAMESTATE(&this->state, Play_Init, GlobalContext);
this->state.running = false;
}
}