diff mm7_5.cpp @ 334:0cafbae201c8

Animated Rooms
author Ritor1
date Thu, 21 Feb 2013 01:42:03 +0600
parents 405d0c4dd1b3
children d27e30e0158a
line wrap: on
line diff
--- a/mm7_5.cpp	Wed Feb 20 20:51:55 2013 +0600
+++ b/mm7_5.cpp	Thu Feb 21 01:42:03 2013 +0600
@@ -7005,11 +7005,11 @@
 //----- (0043CC7C) --------------------------------------------------------
 void __fastcall CharacterUI_DrawPaperdoll(unsigned int uPlayerID)
 {
-  Player **ppPlayer; // esi@1
+  //Player **ppPlayer; // esi@1
   Player *pPlayer; // ebx@1
-  enum CHARACTER_RACE pRace; // edi@1
+  //enum CHARACTER_RACE pRace; // edi@1
   signed int pSex; // eax@1
-  int v5; // edi@4
+  //int v5; // edi@4
   unsigned int v6; // ecx@9
   int v7; // ecx@10
   unsigned int v8; // eax@14
@@ -7072,7 +7072,7 @@
   int v65; // edi@148
   char *v66; // eax@148
   Texture *v67; // edi@149
-  Player *v68; // ebx@155
+  //Player *v68; // ebx@155
   unsigned int v69; // edx@155
   int v70; // edx@156
   unsigned int v71; // eax@160
@@ -7221,7 +7221,7 @@
   Texture *a2i; // [sp+14h] [bp-38h]@284
   int a2j; // [sp+14h] [bp-38h]@312
   int a2k; // [sp+14h] [bp-38h]@336
-  Player *v217; // [sp+18h] [bp-34h]@1
+  //Player *v217; // [sp+18h] [bp-34h]@1
   int v218; // [sp+1Ch] [bp-30h]@15
   int v219; // [sp+1Ch] [bp-30h]@60
   int v220; // [sp+1Ch] [bp-30h]@94
@@ -7254,28 +7254,23 @@
   int uPlayerID_a; // [sp+38h] [bp-14h]@9
   signed int IsDwarf; // [sp+40h] [bp-Ch]@4
   int v249; // [sp+40h] [bp-Ch]@358
-  signed int v250; // [sp+44h] [bp-8h]@1
-
-  ppPlayer = &pPlayers[uPlayerID];
-  pPlayer = *ppPlayer;
+  //signed int v250; // [sp+44h] [bp-8h]@1
+
+  pPlayer = pPlayers[uPlayerID];
   uPlayerID_ = uPlayerID;
-  v217 = *ppPlayer;
   pIcons_LOD->LoadTexture("sptext01", TEXTURE_16BIT_PALETTE);
-  pRace = pPlayer->GetRace();
   pSex = pPlayer->GetSexByVoice();
-  v250 = pSex;
-  if ( pRace && pRace != 1 && pRace != 2 )
+  if ( pPlayer->GetRace() && pPlayer->GetRace() != 1 && pPlayer->GetRace() != 2 )
   {
     IsDwarf = 1;
-    v5 = (pSex != 0) + 2;
+    pBodyComplection = (pSex != 0) + 2;
   }
   else
   {
     IsDwarf = 0;
-    v5 = pSex != 0;
-  }
-  pBodyComplection = v5;
-  v244 = (*ppPlayer)->uFace;
+    pBodyComplection = pSex != 0;
+  }
+  v244 = pPlayer->uFace;
   pRenderer->ResetClip();
   pRenderer->DrawTextureIndexed(0x1D3u, 0, (Texture *)(uTextureID_BACKDOLL != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_BACKDOLL] : 0));//Подложка
   if ( !IsPlayerWearingWatersuit[uPlayerID_] )
@@ -7284,7 +7279,7 @@
     if ( !v21 )
       goto LABEL_59;
     v230 = pPlayer->pEquipment.uBow;
-    v22 = (int)&v217->pInventoryItems[v21-1];
+    v22 = (int)&pPlayer->pInventoryItems[v21-1];
     v23 = *(int *)v22;
     v24 = pPaperdoll_BodyX + paperdoll_Weapon[pBodyComplection][2][0] - pItemsTable->pItems[v23].uEquipX;
     a3b = pPaperdoll_BodyY + paperdoll_Weapon[pBodyComplection][2][1] - pItemsTable->pItems[v23].uEquipY;
@@ -7316,11 +7311,11 @@
       if ( !bRingsShownInCharScreen )
         pRenderer->_4A612A(v24, a3b, v27, v230);
 LABEL_59:
-      v31 = v217->pEquipment.uCloak;// потом плащ
+      v31 = pPlayer->pEquipment.uCloak;// потом плащ
       if ( !v31 )
         goto LABEL_93;
-      v231 = v217->pEquipment.uCloak;
-      v32 = (int)&v217->pInventoryItems[v31-1];
+      v231 = pPlayer->pEquipment.uCloak;
+      v32 = (int)&pPlayer->pInventoryItems[v31-1];
       v219 = v32;
       if ( *(int *)v32 != 525 )
       {
@@ -7368,11 +7363,11 @@
                 v240 = 4 * uPlayerID_ - 4;
                 pRenderer->DrawTextureTransparent(pPaperdoll_BodyX, pPaperdoll_BodyY,
                   (Texture *)(*(unsigned int *)((char *)papredoll_dbods + v240) != -1 ? (int)&pIcons_LOD->pTextures[*(unsigned int *)((char *)papredoll_dbods + v240)] : 0));
-                v43 = v217->pEquipment.uBody;// потом тело
+                v43 = pPlayer->pEquipment.uBody;// потом тело
                 if ( !v43 )
                   goto LABEL_127;
-                v232 = v217->pEquipment.uBody;
-                v44 = (int)&v217->pInventoryItems[v43-1];
+                v232 = pPlayer->pEquipment.uBody;
+                v44 = (int)&pPlayer->pInventoryItems[v43-1];
                 v220 = v44;
                 if ( *(int *)v44 != 504 )
                 {
@@ -7427,11 +7422,11 @@
                           if ( !bRingsShownInCharScreen )
                             pRenderer->_4A612A(a2d, a3d, v54, v232);
 LABEL_127:
-                          v56 = v217->pEquipment.field_20;
+                          v56 = pPlayer->pEquipment.field_20;
                           if ( !v56 )
                             goto LABEL_155;
-                          v233 = v217->pEquipment.field_20;
-                          v57 = (int)&v217->pInventoryItems[v56-1];
+                          v233 = pPlayer->pEquipment.field_20;
+                          v57 = (int)&pPlayer->pInventoryItems[v56-1];
                           v221 = v57;
                           v58 = *(int *)v57;
                           if ( *(int *)v57 == 529 )
@@ -7492,19 +7487,18 @@
                             if ( !bRingsShownInCharScreen )
                               pRenderer->_4A612A(a2e, a3e, v67, v233);
 LABEL_155:
-                            v68 = v217;
-                            v69 = v217->pEquipment.uMainHand;
+                            v69 = pPlayer->pEquipment.uMainHand;
                             uPlayerID_a = 2 * pBodyComplection;
-                            if ( !v69 || (v70 = *(int *)&v217->pInventoryItems[v69-1], pItemsTable->pItems[v70].uEquipType != 1)
-                              && (pItemsTable->pItems[v70].uSkillType != 4 || v217->pEquipment.uOffHand) )
+                            if ( !v69 || (v70 = *(int *)&pPlayer->pInventoryItems[v69-1], pItemsTable->pItems[v70].uEquipType != 1)
+                              && (pItemsTable->pItems[v70].uSkillType != 4 || pPlayer->pEquipment.uOffHand) )
                               pRenderer->DrawTextureTransparent(pPaperdoll_BodyX + pPaperdoll_LeftHand[pBodyComplection][0],
                                 pPaperdoll_BodyY + pPaperdoll_LeftHand[pBodyComplection][1],
                                 (Texture *)(*(unsigned int *)((char *)papredoll_dlads + v240) != -1 ? (int)&pIcons_LOD->pTextures[*(unsigned int *)((char *)papredoll_dlads + v240)] : 0));
-                            v71 = v217->pEquipment.uBelt;
+                            v71 = pPlayer->pEquipment.uBelt;
                             if ( v71 )
                             {
-                              v234 = v217->pEquipment.uBelt;
-                              v72 = (int)&v217->pInventoryItems[v71-1];
+                              v234 = pPlayer->pEquipment.uBelt;
+                              v72 = (int)&pPlayer->pInventoryItems[v71-1];
                               v222 = v72;
                               if ( *(int *)v72 == 524 )
                               {
@@ -7529,8 +7523,8 @@
                                   v75 = stru_511718.texids[v74];
                                 else
                                   v75 = stru_511718.texids[v73 + 7 * (pBodyComplection - 2)];
-                                v76 = *(int *)&v217->field_1F5[36 * v71 + 15];
-                                if ( !(*(int *)&v217->field_1F5[36 * v71 + 15] & 0xF0) )
+                                v76 = *(int *)&pPlayer->field_1F5[36 * v71 + 15];
+                                if ( !(*(int *)&pPlayer->field_1F5[36 * v71 + 15] & 0xF0) )
                                 {
                                   v79 = v75 + 1;
                                   v80 = (char *)&pIcons_LOD->pTextures[v75];
@@ -7554,12 +7548,11 @@
                                   }
                                   if ( !bRingsShownInCharScreen )
                                     pRenderer->_4A612A(a2f, a3f, v81, v234);
-                                    v68 = v217;
                                     goto LABEL_192;
                                 }
-                                if ( (*(int *)&v217->field_1F5[36 * v71 + 15] & 0xF0) != 16 )
+                                if ( (*(int *)&pPlayer->field_1F5[36 * v71 + 15] & 0xF0) != 16 )
                                 {
-                                  if ( (*(int *)&v217->field_1F5[36 * v71 + 15] & 0xF0) == 32 )
+                                  if ( (*(int *)&pPlayer->field_1F5[36 * v71 + 15] & 0xF0) == 32 )
                                   {
                                     v172 = "sp28a";
                                     v77 = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture(v172, TEXTURE_16BIT_PALETTE)];
@@ -7572,10 +7565,9 @@
                                     }
                                     v78 = (double)GetTickCount() * 0.1;
                                     pRenderer->_4A63E6(a2f, a3f, (Texture *)(v75 != -1 ? (int)&pIcons_LOD->pTextures[v75] : 0), v77, (signed __int64)v78, 0, 255);
-                                    v68 = v217;
                                     goto LABEL_192;
                                   }
-                                  if ( (*(int *)&v217->field_1F5[36 * v71 + 15] & 0xF0) == 64 )
+                                  if ( (*(int *)&pPlayer->field_1F5[36 * v71 + 15] & 0xF0) == 64 )
                                   {
                                     v172 = "sp30a";
                                     v77 = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture(v172, TEXTURE_16BIT_PALETTE)];
@@ -7588,10 +7580,9 @@
                                     }
                                     v78 = (double)GetTickCount() * 0.1;
                                     pRenderer->_4A63E6(a2f, a3f, (Texture *)(v75 != -1 ? (int)&pIcons_LOD->pTextures[v75] : 0), v77, (signed __int64)v78, 0, 255);
-                                    v68 = v217;
                                     goto LABEL_192;
                                   }
-                                  if ( (*(int *)&v217->field_1F5[36 * v71 + 15] & 0xF0) == 128 )
+                                  if ( (*(int *)&pPlayer->field_1F5[36 * v71 + 15] & 0xF0) == 128 )
                                   {
                                     v172 = "sp91a";
                                     v77 = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture(v172, TEXTURE_16BIT_PALETTE)];
@@ -7604,7 +7595,6 @@
                                     }
                                     v78 = (double)GetTickCount() * 0.1;
                                     pRenderer->_4A63E6(a2f, a3f, (Texture *)(v75 != -1 ? (int)&pIcons_LOD->pTextures[v75] : 0), v77, (signed __int64)v78, 0, 255);
-                                    v68 = v217;
                                     goto LABEL_192;
                                   }
                                 }
@@ -7619,24 +7609,23 @@
                                 }
                                 v78 = (double)GetTickCount() * 0.1;
                                 pRenderer->_4A63E6(a2f, a3f, (Texture *)(v75 != -1 ? (int)&pIcons_LOD->pTextures[v75] : 0), v77, (signed __int64)v78, 0, 255);
-                                v68 = v217;
                                 goto LABEL_192;
                               }
                             }
 LABEL_192:
-                            v82 = v68->pEquipment.uMainHand;
+                            v82 = pPlayer->pEquipment.uMainHand;
                             if ( v82 )
                             {
-                              v83 = *(int *)&v68->pInventoryItems[v82-1];
+                              v83 = *(int *)&pPlayer->pInventoryItems[v82-1];
                               if ( pItemsTable->pItems[v83].uEquipType == 1
-                                || pItemsTable->pItems[v83].uSkillType == 4 && !v68->pEquipment.uOffHand )
+                                || pItemsTable->pItems[v83].uSkillType == 4 && !pPlayer->pEquipment.uOffHand )
                                 pRenderer->DrawTextureTransparent(pPaperdoll_BodyX + pPaperdoll_SecondLeftHand[0][uPlayerID_a],
                                   pPaperdoll_BodyY + pPaperdoll_SecondLeftHand[0][uPlayerID_a + 1],
                                   (Texture *)(*(unsigned int *)((char *)papredoll_dlaus + v240) != -1 ? (int)&pIcons_LOD->pTextures[*(unsigned int *)((char *)papredoll_dlaus + v240)] : 0));
                             }
-                            v84 = v68->pEquipment.uBody;
+                            v84 = pPlayer->pEquipment.uBody;
                             v235 = v84;
-                            v85 = (int)((char *)v68 + 36 * v84);
+                            v85 = (int)((char *)pPlayer + 36 * v84);
                             v242 = v85;
                             v86 = *(int *)(v85 + 496);
                             v87 = *(int *)(v85 + 496) - 504;
@@ -7655,11 +7644,11 @@
                                     if ( v90 < 0 || v90 > 17 )
                                     {
 LABEL_259:
-                                      v111 = v68->pEquipment.uCloak;
+                                      v111 = pPlayer->pEquipment.uCloak;
                                       if ( !v111 )
                                         goto LABEL_293;
-                                      v236 = v68->pEquipment.uCloak;
-                                      v112 = (int)&v68->pInventoryItems[v111-1];
+                                      v236 = pPlayer->pEquipment.uCloak;
+                                      v112 = (int)&pPlayer->pInventoryItems[v111-1];
                                       v225 = v112;
                                       v113 = *(int *)v112;
                                       if ( v113 != 525 )
@@ -7692,7 +7681,6 @@
                                               if ( v116 == pIcons_LOD->FindTextureByName("pending") )
                                               {
 LABEL_292:
-                                                v68 = v217;
 LABEL_293:
                                                 if ( v244 == 12 || v244 == 13 )
                                                 {
@@ -7702,11 +7690,11 @@
                                                       pPaperdoll_BodyY + pPaperdoll_Beards[2 * v244 - 23],
                                                       (Texture *)(v122 != -1 ? (int)&pIcons_LOD->pTextures[v122] : 0));
                                                 }
-                                                v123 = v68->pEquipment.uHelm;
+                                                v123 = pPlayer->pEquipment.uHelm;
                                                 if ( !v123 )
                                                   goto LABEL_335;
                                                 v237 = v123;
-                                                v124 = (int)&v217->pInventoryItems[v123-1];
+                                                v124 = (int)&pPlayer->pInventoryItems[v123-1];
                                                 v226 = v124;
                                                 if ( *(int *)v124 != 521 )
                                                 {
@@ -7738,7 +7726,7 @@
                                                   a2j = pPaperdoll_BodyX + dword_4E58D0[v126];
                                                   a3i = pPaperdoll_BodyY + dword_4E58D4[v126];
                                                   if ( IsDwarf != 1 || *(int *)v124 != 92 )
-                                                    v127 = stru_511698.texids[v125 + 16 * v250];
+                                                    v127 = stru_511698.texids[v125 + 16 * pSex];
                                                   else
                                                     v127 = papredoll_dbrds[11];
                                                   v128 = *(int *)(v124 + 20);
@@ -7832,11 +7820,11 @@
                                                   if ( !bRingsShownInCharScreen )
                                                     pRenderer->_4A612A(a2j, a3i, v133, v237);
 LABEL_335:
-                                                  v134 = v217->pEquipment.uMainHand;
+                                                  v134 = pPlayer->pEquipment.uMainHand;
                                                   if ( !v134 )
                                                     goto LABEL_358;
-                                                  v238 = v217->pEquipment.uMainHand;
-                                                  v135 = (int)&v217->pInventoryItems[v134-1];
+                                                  v238 = pPlayer->pEquipment.uMainHand;
+                                                  v135 = (int)&pPlayer->pInventoryItems[v134-1];
                                                   v227 = v135;
                                                   v136 = *(int *)v135;
                                                   v137 = *(int *)v135;
@@ -7873,11 +7861,11 @@
                                                     if ( !bRingsShownInCharScreen )
                                                       pRenderer->_4A612A(a2k, a3j, v144, v238);
 LABEL_358:
-                                                    v145 = v217->pEquipment.uOffHand;
-                                                    v249 = v217->pEquipment.uOffHand;
+                                                    v145 = pPlayer->pEquipment.uOffHand;
+                                                    v249 = pPlayer->pEquipment.uOffHand;
                                                     if ( !v145 )
                                                       goto LABEL_393;
-                                                    v146 = (int)&v217->pInventoryItems[v145-1];
+                                                    v146 = (int)&pPlayer->pInventoryItems[v145-1];
                                                     v228 = v146;
                                                     v147 = *(int *)v146;
                                                     v148 = *(int *)v146;
@@ -8204,10 +8192,10 @@
                                       goto LABEL_272;
                                     }
 LABEL_209:
-                                    if ( v68->pEquipment.uMainHand
-                                      && (v68->GetEquippedItemEquipType(1u) == 1
-                                       || v68->GetEquippedItemSkillType(EQUIP_TWO_HANDED) == 4
-                                       && !v68->pEquipment.uOffHand) )
+                                    if ( pPlayer->pEquipment.uMainHand
+                                      && (pPlayer->GetEquippedItemEquipType(1u) == 1
+                                       || pPlayer->GetEquippedItemSkillType(EQUIP_TWO_HANDED) == 4
+                                       && !pPlayer->pEquipment.uOffHand) )
                                     {
                                       v91 = 17 * pBodyComplection + v90;
                                       v92 = v91;
@@ -8227,10 +8215,7 @@
                                       }
                                       a3g = pPaperdoll_BodyY + v95;
                                       if ( v94 == pIcons_LOD->FindTextureByName("pending") )
-                                      {
-                                        v68 = v217;
                                         goto LABEL_259;
-                                      }
                                       if ( *(int *)(v242 + 516) & 0xF0 )
                                       {
                                         if ( (*(int *)(v242 + 516) & 0xF0) != 16 )
@@ -8251,7 +8236,6 @@
                                             v97 = (double)GetTickCount();
                                             pRenderer->_4A63E6(a2g, a3g, (Texture *)(v94 != -1 ? (int)&pIcons_LOD->pTextures[v94] : 0),
                                               (Texture *)v96, (signed __int64)(v97 * 0.1), v174, v187);
-                                            v68 = v217;
                                             goto LABEL_259;
                                           }
                                           if ( (*(int *)(v242 + 516) & 0xF0) == 64 )
@@ -8270,7 +8254,6 @@
                                             v97 = (double)GetTickCount();
                                             pRenderer->_4A63E6(a2g, a3g, (Texture *)(v94 != -1 ? (int)&pIcons_LOD->pTextures[v94] : 0),
                                               (Texture *)v96, (signed __int64)(v97 * 0.1), v174, v187);
-                                            v68 = v217;
                                             goto LABEL_259;
                                           }
                                           if ( (*(int *)(v242 + 516) & 0xF0) == 128 )
@@ -8289,7 +8272,6 @@
                                             v97 = (double)GetTickCount();
                                             pRenderer->_4A63E6(a2g, a3g, (Texture *)(v94 != -1 ? (int)&pIcons_LOD->pTextures[v94] : 0),
                                               (Texture *)v96, (signed __int64)(v97 * 0.1), v174, v187);
-                                            v68 = v217;
                                             goto LABEL_259;
                                           }
                                         }
@@ -8307,7 +8289,6 @@
                                         v97 = (double)GetTickCount();
                                         pRenderer->_4A63E6(a2g, a3g, (Texture *)(v94 != -1 ? (int)&pIcons_LOD->pTextures[v94] : 0),
                                           (Texture *)v96, (signed __int64)(v97 * 0.1), v174, v187);
-                                        v68 = v217;
                                         goto LABEL_259;
                                       }
                                       v98 = v94 + 1;
@@ -8322,7 +8303,6 @@
                                         v100->DrawTransparentRedShade(v163, v175, v188);
                                         if ( !bRingsShownInCharScreen )
                                           pRenderer->_4A612A(a2g, a3g, v101, v235);
-                                        v68 = v217;
                                         goto LABEL_259;
                                       }
                                       if ( *(char *)(v242 + 516) & 1 )
@@ -8334,7 +8314,6 @@
                                         pRenderer->DrawTextureTransparent(v164, v176, v189);
                                         if ( !bRingsShownInCharScreen )
                                           pRenderer->_4A612A(a2g, a3g, v101, v235);
-                                        v68 = v217;
                                         goto LABEL_259;
                                       }
                                       v101 = (Texture *)(v98 != 0 ? (int)v99 : 0);
@@ -8344,16 +8323,12 @@
                                       pRenderer->DrawTransparentGreenShade(v165, v177, v190);
                                       if ( !bRingsShownInCharScreen )
                                         pRenderer->_4A612A(a2g, a3g, v101, v235);
-                                      v68 = v217;
                                       goto LABEL_259;
                                     }
                                     v102 = 17 * pBodyComplection + v90;
                                     v94 = paperdoll_array_511290[0][v102][1];
                                     if ( v94 == pIcons_LOD->FindTextureByName("pending") )
-                                    {
-                                      v68 = v217;
                                       goto LABEL_259;
-                                    }
                                     v103 = pPaperdoll_BodyX + paperdoll_shoulder[0][v102][0];
                                     v104 = pPaperdoll_BodyY + paperdoll_shoulder[0][v102][1];
                                     v224 = *(int *)(v242 + 516);
@@ -8374,7 +8349,6 @@
                                         v100->DrawTransparentRedShade(v163, v175, v188);
                                         if ( !bRingsShownInCharScreen )
                                           pRenderer->_4A612A(a2g, a3g, v101, v235);
-                                        v68 = v217;
                                         goto LABEL_259;
                                       }
                                       if ( v224 & 1 )
@@ -8387,7 +8361,6 @@
                                         pRenderer->DrawTextureTransparent(v164, v176, v189);
                                         if ( !bRingsShownInCharScreen )
                                           pRenderer->_4A612A(a2g, a3g, v101, v235);
-                                        v68 = v217;
                                         goto LABEL_259;
                                       }
                                       v101 = (Texture *)(v109 != 0 ? (int)v110 : 0);
@@ -8398,7 +8371,6 @@
                                       pRenderer->DrawTransparentGreenShade(v165, v177, v190);
                                       if ( !bRingsShownInCharScreen )
                                         pRenderer->_4A612A(a2g, a3g, v101, v235);
-                                      v68 = v217;
                                       goto LABEL_259;
                                     }
                                     v106 = v105 - 16;
@@ -8421,7 +8393,6 @@
                                         v97 = (double)GetTickCount();
                                         pRenderer->_4A63E6(a2g, a3g, (Texture *)(v94 != -1 ? (int)&pIcons_LOD->pTextures[v94] : 0),
                                           (Texture *)v96, (signed __int64)(v97 * 0.1), v174, v187);
-                                        v68 = v217;
                                         goto LABEL_259;
                                       }
                                       v108 = v107 - 32;
@@ -8441,7 +8412,6 @@
                                         v97 = (double)GetTickCount();
                                         pRenderer->_4A63E6(a2g, a3g, (Texture *)(v94 != -1 ? (int)&pIcons_LOD->pTextures[v94] : 0),
                                           (Texture *)v96, (signed __int64)(v97 * 0.1), v174, v187);
-                                        v68 = v217;
                                         goto LABEL_259;
                                       }
                                       if ( v108 == 64 )
@@ -8460,7 +8430,6 @@
                                         v97 = (double)GetTickCount();
                                         pRenderer->_4A63E6(a2g, a3g, (Texture *)(v94 != -1 ? (int)&pIcons_LOD->pTextures[v94] : 0),
                                           (Texture *)v96, (signed __int64)(v97 * 0.1), v174, v187);
-                                        v68 = v217;
                                         goto LABEL_259;
                                       }
                                     }
@@ -8478,7 +8447,6 @@
                                     v97 = (double)GetTickCount();
                                     pRenderer->_4A63E6(a2g, a3g, (Texture *)(v94 != -1 ? (int)&pIcons_LOD->pTextures[v94] : 0),
                                       (Texture *)v96, (signed __int64)(v97 * 0.1), v174, v187);
-                                    v68 = v217;
                                     goto LABEL_259;
                                   }
                                   v186 = 16;
@@ -8806,23 +8774,23 @@
     pRenderer->_4A612A(a2, a3,
       (Texture *)(*(unsigned int *)((char *)papredoll_dbods + v240) != -1 ? (int)&pIcons_LOD->pTextures[*(unsigned int *)((char *)papredoll_dbods + v240)] : 0),
       pPlayer->pEquipment.uBody);
-  uPlayerID_a = 2 * v5;
+  uPlayerID_a = 2 * pBodyComplection;
   v6 = pPlayer->pEquipment.uMainHand;
   if ( !v6
     || (v7 = *(int *)&pPlayer->pInventoryItems[v6-1], pItemsTable->pItems[v7].uEquipType != 1)
     && (pItemsTable->pItems[v7].uSkillType != 4 || pPlayer->pEquipment.uOffHand) )
-    pRenderer->DrawTextureTransparent(pPaperdoll_BodyX + pPaperdoll_LeftHand[v5][0], pPaperdoll_BodyY + pPaperdoll_LeftHand[v5][1],
+    pRenderer->DrawTextureTransparent(pPaperdoll_BodyX + pPaperdoll_LeftHand[pBodyComplection][0], pPaperdoll_BodyY + pPaperdoll_LeftHand[pBodyComplection][1],
       (Texture *)(*(unsigned int *)((char *)papredoll_dlads + v240) != -1 ? (int)&pIcons_LOD->pTextures[*(unsigned int *)((char *)papredoll_dlads + v240)] : 0));
   v8 = pPlayer->pEquipment.uMainHand;
   if ( v8 )
   {
     v229 = pPlayer->pEquipment.uMainHand;
-    v9 = (int)&v217->pInventoryItems[v8-1];
-    v10 = v5 << 7;
+    v9 = (int)&pPlayer->pInventoryItems[v8-1];
+    v10 = pBodyComplection << 7;
     v218 = v9;
     v11 = *(int *)v9;
     v12 = *(int *)v9;
-    v13 = pPaperdoll_BodyX + paperdoll_Weapon[v5][1][0] - pItemsTable->pItems[v12].uEquipX;
+    v13 = pPaperdoll_BodyX + paperdoll_Weapon[pBodyComplection][1][0] - pItemsTable->pItems[v12].uEquipX;
     a2a = v13;
     a3a = pPaperdoll_BodyY + *(int *)((char *)&paperdoll_Weapon[0][1][1] + v10) - pItemsTable->pItems[v12].uEquipY;
     if ( v11 == 64 )
@@ -8925,11 +8893,11 @@
   pRenderer->DrawTextureTransparent(pPaperdoll_BodyX + pPaperdoll_RightHand[uPlayerID_a],
     pPaperdoll_BodyY + pPaperdoll_RightHand[uPlayerID_a + 1],
     (Texture *)(*(unsigned int *)((char *)papredoll_drhs + v240) != -1 ? (int)&pIcons_LOD->pTextures[*(unsigned int *)((char *)papredoll_drhs + v240)] : 0));
-  v161 = v217->pEquipment.uMainHand;
+  v161 = pPlayer->pEquipment.uMainHand;
   if ( v161 )
   {
-    v162 = *(int *)&v217->pInventoryItems[v161-1];
-    if ( pItemsTable->pItems[v162].uEquipType == 1 || pItemsTable->pItems[v162].uSkillType == 4 && !v217->pEquipment.uOffHand )
+    v162 = *(int *)&pPlayer->pInventoryItems[v161-1];
+    if ( pItemsTable->pItems[v162].uEquipType == 1 || pItemsTable->pItems[v162].uSkillType == 4 && !pPlayer->pEquipment.uOffHand )
       pRenderer->DrawTextureTransparent(pPaperdoll_BodyX + pPaperdoll_SecondLeftHand[0][uPlayerID_a],
         pPaperdoll_BodyY + pPaperdoll_SecondLeftHand[0][uPlayerID_a + 1],
         (Texture *)(*(unsigned int *)((char *)papredoll_dlhus + v240) != -1 ? (int)&pIcons_LOD->pTextures[*(unsigned int *)((char *)papredoll_dlhus + v240)] : 0));