From 0d9dbbfcef52bd821e84055b4d6a9f875d4edd3d Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 1 Dec 2024 18:34:46 +0100 Subject: small improvements --- src/scenes/loading_world_scene.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/scenes/loading_world_scene.c') 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); } -- cgit v1.2.3-70-g09d2