From aadb5f9c474e9f5773bb78bcfdd5cbedeed5169c Mon Sep 17 00:00:00 2001 From: fig02 Date: Tue, 17 May 2022 18:41:50 -0400 Subject: Gameplay_ -> Play_ and this (#1229) --- src/code/z_sample.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/code/z_sample.c') 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; } } -- cgit v1.2.3