summaryrefslogtreecommitdiff
path: root/src/scenes/loading_world_scene.c
diff options
context:
space:
mode:
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);
}