Mercurial > mm7
diff GUI/GUIWindow.cpp @ 2543:b6140dfeac27
GameOver h/cpp
author | a.parshin |
---|---|
date | Sun, 10 May 2015 03:21:14 +0200 |
parents | bacf9809126a |
children | c674d547cc7c |
line wrap: on
line diff
--- a/GUI/GUIWindow.cpp Sun May 10 02:04:52 2015 +0200 +++ b/GUI/GUIWindow.cpp Sun May 10 03:21:14 2015 +0200 @@ -274,7 +274,7 @@ if ( bFlipOnExit ) { pParty->sRotationY = (stru_5C6E00->uIntegerDoublePi - 1) & (stru_5C6E00->uIntegerPi + pParty->sRotationY); - pEngine->pIndoorCameraD3D->sRotationY = pParty->sRotationY; + pIndoorCameraD3D->sRotationY = pParty->sRotationY; } pParty->uFlags |= 2u; break;