Changed: #1469 currentView and currentViewPos to view and viewPos

--HG--
branch : gsoc2012-fabien
hg/feature/gsoc2012-fabien
Fabien_HENON 12 years ago
parent 24461197d5
commit d638e71f79

@ -51,8 +51,8 @@ void CCameraAnimationPlayer::start()
_IsPlaying = true; _IsPlaying = true;
// We set the user controls in camAnimMode and we remember the current view and viewPos // We set the user controls in camAnimMode and we remember the current view and viewPos
_LastView = View.currentView(); _LastView = View.view();
_LastViewPos = View.currentViewPos(); _LastViewPos = View.viewPos();
_LastMode = UserControls.mode(); _LastMode = UserControls.mode();
UserControls.mode(CUserControls::CamAnimMode); UserControls.mode(CUserControls::CamAnimMode);
_HasLastViewInfo = true; _HasLastViewInfo = true;

Loading…
Cancel
Save