Mercurial > mm7
comparison UI/UIPopup.cpp @ 1730:79b9306f573a
m
author | Ritor1 |
---|---|
date | Wed, 25 Sep 2013 17:31:39 +0600 |
parents | f44b6e02e81c |
children | dc5f145b3d5d |
comparison
equal
deleted
inserted
replaced
1729:f44b6e02e81c | 1730:79b9306f573a |
---|---|
1357 if ( pRenderer->pActiveZBuffer[pX + pSRZBufferLineOffsets[pY]] & 0xFFFF ) | 1357 if ( pRenderer->pActiveZBuffer[pX + pSRZBufferLineOffsets[pY]] & 0xFFFF ) |
1358 GameUI_DrawItemInfo(&pChests[pChestWindow->par1C].igChestItems[pChests[pChestWindow->par1C].pInventoryIndices[(pRenderer->pActiveZBuffer[pX + pSRZBufferLineOffsets[pY]] & 0xFFFF) - 1] - 1]); | 1358 GameUI_DrawItemInfo(&pChests[pChestWindow->par1C].igChestItems[pChests[pChestWindow->par1C].pInventoryIndices[(pRenderer->pActiveZBuffer[pX + pSRZBufferLineOffsets[pY]] & 0xFFFF) - 1] - 1]); |
1359 } | 1359 } |
1360 break; | 1360 break; |
1361 } | 1361 } |
1362 case SCREEN_GAME: | 1362 case SCREEN_GAME://In the main menu displays a pop-up window(В главном меню показывает всплывающее окно) |
1363 { | 1363 { |
1364 if (GetCurrentMenuID() > 0) | 1364 if (GetCurrentMenuID() > 0) |
1365 break; | 1365 break; |
1366 if ( (signed int)pY > (signed int)pViewport->uViewportBR_Y ) | 1366 if ( (signed int)pY > (signed int)pViewport->uViewportBR_Y ) |
1367 { | 1367 { |