From 5eb5efab8ca7ca13854cf80450b9603a155b1a30 Mon Sep 17 00:00:00 2001 From: kervala Date: Wed, 28 Jul 2010 21:46:40 +0200 Subject: [PATCH] Changed: #825 Remove all warning when compiling Ryzom --- code/ryzom/client/src/view.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/ryzom/client/src/view.cpp b/code/ryzom/client/src/view.cpp index b1688e3f3..21ffe7252 100644 --- a/code/ryzom/client/src/view.cpp +++ b/code/ryzom/client/src/view.cpp @@ -59,6 +59,9 @@ CView View; //----------------------------------------------- CView::CView() { + _ViewPos = CVector::Null; + _View = CVector::Null; + _RefinePos = CVector::Null; _RearView=false; _CurrentCameraDist = 0.0f; _CurrentCameraSpeed = 0.0f;