mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Changed: #825 Remove all warning when compiling Ryzom
This commit is contained in:
parent
2a1441858f
commit
032284affa
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue