1
0
forked from 0ad/0ad

zoom limit: carry over value of 25 that andrew had tried to set in main.cpp

This was SVN commit r2947.
This commit is contained in:
janwas 2005-10-16 04:31:19 +00:00
parent af70f0136b
commit d5e292657c

View File

@ -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;