summaryrefslogtreecommitdiff
path: root/src/scenes/mainMenu.c
diff options
context:
space:
mode:
authorPhysick <96335032+DegustatorPonos@users.noreply.github.com>2026-09-03 02:06:03 +0500
committerPhysick <96335032+DegustatorPonos@users.noreply.github.com>2026-09-03 02:06:03 +0500
commitaaefc10681cc2bcb30268c67de1a4784e0ca891f (patch)
treecd55b7c1145fe01da567fa975cbdf56c88aba24e /src/scenes/mainMenu.c
parent2f811f69c13c3ad9b05d15e6510192a7dde95c71 (diff)
faulty check fix
Diffstat (limited to 'src/scenes/mainMenu.c')
-rw-r--r--src/scenes/mainMenu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scenes/mainMenu.c b/src/scenes/mainMenu.c
index 3a857cd..5b6408f 100644
--- a/src/scenes/mainMenu.c
+++ b/src/scenes/mainMenu.c
@@ -25,6 +25,7 @@ Scene *CreateMainMenu() {
outp->Draw = drawMainMenu;
outp->Deint = deinitMainMenu;
outp->IsTransparent = false;
+
outp->Reopen = NULL;
outp->GetCurrentState = NULL;
return outp;