Properly restore saved camera distance from config file (issue #130)

--HG--
branch : Issue#130
hg/feature/sse2
Nimetu 11 years ago
parent c7650f041a
commit 02cb532401

@ -1726,10 +1726,7 @@ void CClientConfig::setValues()
}
// Initialize the camera distance (after camera dist max)
if (!ClientCfg.FPV)
{
View.cameraDistance(ClientCfg.CameraDistance);
}
View.setCameraDistanceMaxForPlayer();
// draw in client light?
if(ClientCfg.Light)

Loading…
Cancel
Save