diff Chest.cpp @ 1458:934074e7fcc1

ModalWindow __thiscall and __cdecl removed Some random renames & refactors
author Nomad
date Wed, 21 Aug 2013 14:26:36 +0200
parents 6de9c1316852
children 7ef4b64f6329
line wrap: on
line diff
--- a/Chest.cpp	Wed Aug 14 00:40:51 2013 +0400
+++ b/Chest.cpp	Wed Aug 21 14:26:36 2013 +0200
@@ -198,7 +198,7 @@
 
 
 //----- (0042038D) --------------------------------------------------------
-void __cdecl ChestUI_WritePointedObjectStatusString()
+void  ChestUI_WritePointedObjectStatusString()
 {
   POINT *v0; // esi@2
   int v1; // ecx@2
@@ -282,7 +282,7 @@
             itemPixelPosY = chest_offs_y + 32 * (item_counter / chestHeghtCells) +
                 ((signed int)(((itemPixelHeght - 14) & 0xFFFFFFE0) + 32- item_texture->uTextureHeight ) /2);
             pRenderer->DrawTextureTransparent(  itemPixelPosX,   itemPixelPosY,  item_texture);
-            sub_40F92A(&v16[itemPixelPosX + pSRZBufferLineOffsets[itemPixelPosY]], item_texture, item_counter + 1);
+            ZBuffer_DoFill2(&v16[itemPixelPosX + pSRZBufferLineOffsets[itemPixelPosY]], item_texture, item_counter + 1);
             }
         }
     pRenderer->DrawTextureIndexed(pBtn_ExitCancel->uX, pBtn_ExitCancel->uY, pIcons_LOD->GetTexture(uExitCancelTextureId));
@@ -791,7 +791,7 @@
 }
 // 506128: using guessed type int areWeLoadingTexture;
 //----- (00420E01) --------------------------------------------------------
-void __cdecl OnChestLeftClick()
+void  OnChestLeftClick()
 {
   int chest_id; // edi@1
   POINT *v1; // esi@2