From d5e292657cd7481cddeefef84b8325a17203970d Mon Sep 17 00:00:00 2001 From: janwas Date: Sun, 16 Oct 2005 04:31:19 +0000 Subject: [PATCH] zoom limit: carry over value of 25 that andrew had tried to set in main.cpp This was SVN commit r2947. --- source/graphics/GameView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/graphics/GameView.cpp b/source/graphics/GameView.cpp index a1a39b3ba8..88299fc78e 100755 --- a/source/graphics/GameView.cpp +++ b/source/graphics/GameView.cpp @@ -37,7 +37,7 @@ #include "timer.h" float g_MaxZoomHeight=350.0f; //note: Max terrain height is this minus YMinOffset -float g_YMinOffset=50.0f; +float g_YMinOffset=25.0f; extern int g_xres, g_yres;