summaryrefslogtreecommitdiff
path: root/src/scenes/loading_world_scene.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-12-03 18:56:44 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-12-03 18:56:44 +0100
commit7c889d5a80a59d3281775c3ea731f4e640295353 (patch)
tree46523346f725e5491cb7d1b8f374d84e9d4713a4 /src/scenes/loading_world_scene.c
parente953d6fc634ed445332f9fdc47c9c4a6a205ea75 (diff)
working on save load
Diffstat (limited to 'src/scenes/loading_world_scene.c')
-rw-r--r--src/scenes/loading_world_scene.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scenes/loading_world_scene.c b/src/scenes/loading_world_scene.c
index aa3472e..bdcee85 100644
--- a/src/scenes/loading_world_scene.c
+++ b/src/scenes/loading_world_scene.c
@@ -20,7 +20,7 @@ static void* start_loading_world_t(void* arg)
// Load from file here
}
else {
- world_to_load = world_create_new();
+ world_to_load = world_create_new(true);
}
#ifdef MODE_DEBUG