diff options
| author | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-09-03 02:06:03 +0500 |
|---|---|---|
| committer | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-09-03 02:06:03 +0500 |
| commit | aaefc10681cc2bcb30268c67de1a4784e0ca891f (patch) | |
| tree | cd55b7c1145fe01da567fa975cbdf56c88aba24e /src/scenes/mainMenu.c | |
| parent | 2f811f69c13c3ad9b05d15e6510192a7dde95c71 (diff) | |
faulty check fix
Diffstat (limited to 'src/scenes/mainMenu.c')
| -rw-r--r-- | src/scenes/mainMenu.c | 1 |
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; |
