summaryrefslogtreecommitdiff
path: root/src/scenes/loading_world_scene.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-12-01 18:34:46 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-12-01 18:34:46 +0100
commit0d9dbbfcef52bd821e84055b4d6a9f875d4edd3d (patch)
tree229c6a48c88bdba8513ecce2731499a5906cb04e /src/scenes/loading_world_scene.c
parentb1d230f1f0a13adfa472598bce3d04b92f93d7f7 (diff)
small improvements
Diffstat (limited to 'src/scenes/loading_world_scene.c')
-rw-r--r--src/scenes/loading_world_scene.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scenes/loading_world_scene.c b/src/scenes/loading_world_scene.c
index 3d15909..aa3472e 100644
--- a/src/scenes/loading_world_scene.c
+++ b/src/scenes/loading_world_scene.c
@@ -45,6 +45,7 @@ static void* start_loading_world_t(void* arg)
void start_loading_world(char* saved_file_path)
{
+ zoom = 1.0f;
game_set_active_scene(GAME_STATE_LOADING_WORLD);
thread_start(start_loading_world_t, saved_file_path);
}