diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-12-03 18:56:44 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-12-03 18:56:44 +0100 |
| commit | 7c889d5a80a59d3281775c3ea731f4e640295353 (patch) | |
| tree | 46523346f725e5491cb7d1b8f374d84e9d4713a4 /src/scenes/loading_world_scene.c | |
| parent | e953d6fc634ed445332f9fdc47c9c4a6a205ea75 (diff) | |
working on save load
Diffstat (limited to 'src/scenes/loading_world_scene.c')
| -rw-r--r-- | src/scenes/loading_world_scene.c | 2 |
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
|
