server status lever and display
[carveJwlIkooP6JGAAIwe30JlM.git] / ent_miniworld.c
index e425fa2da2212d24651e1cf91a0f56496c23ee81..baee0c3cf34af6beaed44e789a871558e7f1c7c3 100644 (file)
@@ -87,7 +87,7 @@ static void ent_miniworld_render( world_instance *host_world, camera *cam ){
       return;
 
    render_world_override( dest_world, host_world, global_miniworld.mmdl, cam,
-                          NULL, (v4f){-10000.0f,10000.0f,0.0f,0.0f} );
+                          NULL, (v4f){dest_world->tar_min,10000.0f,0.0f,0.0f} );
    render_world_routes( dest_world, host_world, 
                         global_miniworld.mmdl, cam, 0, 1 );