Mercurial > mm7
comparison GUI/GUIWindow.cpp @ 2543:b6140dfeac27
GameOver h/cpp
author | a.parshin |
---|---|
date | Sun, 10 May 2015 03:21:14 +0200 |
parents | bacf9809126a |
children | c674d547cc7c |
comparison
equal
deleted
inserted
replaced
2542:bacf9809126a | 2543:b6140dfeac27 |
---|---|
272 pIcons_LOD->RemoveTexturesPackFromTextureList(); | 272 pIcons_LOD->RemoveTexturesPackFromTextureList(); |
273 dword_5C35D4 = 0; | 273 dword_5C35D4 = 0; |
274 if ( bFlipOnExit ) | 274 if ( bFlipOnExit ) |
275 { | 275 { |
276 pParty->sRotationY = (stru_5C6E00->uIntegerDoublePi - 1) & (stru_5C6E00->uIntegerPi + pParty->sRotationY); | 276 pParty->sRotationY = (stru_5C6E00->uIntegerDoublePi - 1) & (stru_5C6E00->uIntegerPi + pParty->sRotationY); |
277 pEngine->pIndoorCameraD3D->sRotationY = pParty->sRotationY; | 277 pIndoorCameraD3D->sRotationY = pParty->sRotationY; |
278 } | 278 } |
279 pParty->uFlags |= 2u; | 279 pParty->uFlags |= 2u; |
280 break; | 280 break; |
281 } | 281 } |
282 case WINDOW_Transition: | 282 case WINDOW_Transition: |