view weekly/all-time
[carveJwlIkooP6JGAAIwe30JlM.git] / world.c
diff --git a/world.c b/world.c
index af9466c66dfebe37a6b534c5bc9bbd4424e55352..40f3d75423b7fbdf09f4d4cfce6001555500a33d 100644 (file)
--- a/world.c
+++ b/world.c
@@ -58,8 +58,7 @@ static void skaterift_world_get_save_path( enum world_purpose which,
 #include "world_routes.c"
 #include "world_traffic.c"
 
-static void world_update( world_instance *world, v3f pos )
-{
+static void world_update( world_instance *world, v3f pos ){
    world_render.sky_time += world_render.sky_rate * vg.time_delta;
    world_render.sky_rate = vg_lerp( world_render.sky_rate, 
                                     world_render.sky_target_rate,