Mercurial > mm7
diff UI/UIPopup.cpp @ 2154:9bd7522cdbbb
Render decoupling.
Unsorted variables cleaning.
author | Nomad |
---|---|
date | Thu, 09 Jan 2014 14:36:48 +0200 |
parents | d28d3c006077 |
children | 0a1438c16c2b |
line wrap: on
line diff
--- a/UI/UIPopup.cpp Thu Jan 09 02:34:20 2014 +0200 +++ b/UI/UIPopup.cpp Thu Jan 09 14:36:48 2014 +0200 @@ -1434,12 +1434,12 @@ v5 = pRenderer->pActiveZBuffer[pX + pSRZBufferLineOffsets[pY]]; if (PID_TYPE((unsigned __int16)v5) == OBJECT_Actor) { - if ( pRenderer->uNumSceneBegins ) + /*if ( pRenderer->uNumSceneBegins ) { popup_window.DrawMessageBox(1); MonsterPopup_Draw(PID_ID((unsigned __int16)v5), &popup_window); } - else + else*/ { pRenderer->BeginScene(); popup_window.DrawMessageBox(1);