comparison mm7_5.cpp @ 1326:e70fe5d77928

UIMSG_CastSpell_Telekinesis
author Ritor1
date Mon, 01 Jul 2013 09:26:30 +0600
parents 8c2f689b5f0b
children f0be1fecd642 3358b59b8fe8
comparison
equal deleted inserted replaced
1321:cc8d58f2bf0c 1326:e70fe5d77928
1772 pParty->vPosition.y = 22528; 1772 pParty->vPosition.y = 22528;
1773 DialogueEnding(); 1773 DialogueEnding();
1774 pCurrentScreen = SCREEN_GAME; 1774 pCurrentScreen = SCREEN_GAME;
1775 viewparams->bRedrawGameUI = 1; 1775 viewparams->bRedrawGameUI = 1;
1776 continue; 1776 continue;
1777 case UIMSG_CastSpell_BE://??? 1777 case UIMSG_CastSpell_Telekinesis:
1778 __debugbreak();
1779 if ( pRenderer->pRenderD3D ) 1778 if ( pRenderer->pRenderD3D )
1780 {
1781 LOWORD(v42) = pGame->pVisInstance->get_picked_object_zbuf_val(); 1779 LOWORD(v42) = pGame->pVisInstance->get_picked_object_zbuf_val();
1782 }
1783 else 1780 else
1784 { 1781 {
1785 uNumSeconds = (unsigned int)pMouse->GetCursorPos(&v210); 1782 uNumSeconds = (unsigned int)pMouse->GetCursorPos(&v210);
1786 pPoint = pMouse->GetCursorPos(&v208); 1783 pPoint = pMouse->GetCursorPos(&v208);
1787 v42 = pRenderer->pActiveZBuffer[*(int *)uNumSeconds + pSRZBufferLineOffsets[pPoint->y]]; 1784 v42 = pRenderer->pActiveZBuffer[*(int *)uNumSeconds + pSRZBufferLineOffsets[pPoint->y]];