diff options
Diffstat (limited to 'src/game')
| -rw-r--r-- | src/game/client/gc_render.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |