From 4986238fc82ac5d25914ff5bdc15fff82a2455e2 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Tue, 18 Mar 2008 02:37:27 +0000 Subject: tuned down the zoom a bit more like 0.3.4 --- src/game/client/gc_render.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game') diff --git a/src/game/client/gc_render.cpp b/src/game/client/gc_render.cpp index 93aa483d..c81aa46d 100644 --- a/src/game/client/gc_render.cpp +++ b/src/game/client/gc_render.cpp @@ -238,7 +238,7 @@ void mapscreen_to_world(float center_x, float center_y, float parallax_x, float float offset_x, float offset_y, float aspect, float zoom, float *points) { float width, height; - calc_screen_params(1300*1000, 1500, 1050, aspect, &width, &height); + calc_screen_params(1150*1000, 1500, 1050, aspect, &width, &height); center_x *= parallax_x; center_y *= parallax_y; width *= zoom; -- cgit 1.4.1