summaryrefslogtreecommitdiff
path: root/src/scenes/collectionScene.c
diff options
context:
space:
mode:
authorPhysick <96335032+DegustatorPonos@users.noreply.github.com>2026-09-03 01:54:55 +0500
committerPhysick <96335032+DegustatorPonos@users.noreply.github.com>2026-09-03 01:54:55 +0500
commit2f811f69c13c3ad9b05d15e6510192a7dde95c71 (patch)
treef65eda3ceef69243de609560c24538e9bf38c7b1 /src/scenes/collectionScene.c
parentda295397942073453ed9f82cc88dafd083d4c782 (diff)
scene reopen API
Diffstat (limited to 'src/scenes/collectionScene.c')
-rw-r--r--src/scenes/collectionScene.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/scenes/collectionScene.c b/src/scenes/collectionScene.c
index 1f1173e..f0f91f3 100644
--- a/src/scenes/collectionScene.c
+++ b/src/scenes/collectionScene.c
@@ -180,6 +180,9 @@ Scene *CreatePuzzleCollectionScene(CollectionElement *el, bool smooothEntry) {
outp->Deint = deinitCollectionScene;
outp->IsTransparent = false;
+ outp->Reopen = NULL;
+ outp->GetCurrentState = NULL;
+
CollectionSceneData *data = malloc(sizeof(CollectionSceneData));
if (data == NULL) {
free(outp);