Changed: #825 Remove all warning when compiling Ryzom
This commit is contained in:
parent
cf083f37bd
commit
5eb5efab8c
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,9 @@ CView View;
|
||||||
//-----------------------------------------------
|
//-----------------------------------------------
|
||||||
CView::CView()
|
CView::CView()
|
||||||
{
|
{
|
||||||
|
_ViewPos = CVector::Null;
|
||||||
|
_View = CVector::Null;
|
||||||
|
_RefinePos = CVector::Null;
|
||||||
_RearView=false;
|
_RearView=false;
|
||||||
_CurrentCameraDist = 0.0f;
|
_CurrentCameraDist = 0.0f;
|
||||||
_CurrentCameraSpeed = 0.0f;
|
_CurrentCameraSpeed = 0.0f;
|
||||||
|
|
Loading…
Reference in a new issue