diff stru6.cpp @ 23:509744251c8e

Player-related members
author Nomad
date Sun, 14 Oct 2012 00:27:38 +0200
parents 8b8875f5b359
children bcc051713d20
line wrap: on
line diff
--- a/stru6.cpp	Sat Oct 13 20:18:28 2012 +0200
+++ b/stru6.cpp	Sun Oct 14 00:27:38 2012 +0200
@@ -1660,6 +1660,7 @@
   unsigned __int8 v6; // of@3
   IconFrame *v7; // eax@4
 
+  uint _it = 0;
   v1 = pPlayerPortraitsXCoords_For_PlayerBuffAnimsDrawing;
   v2 = (char *)&this->pPlayerBuffs[0].uSpellIconID;
   do
@@ -1685,7 +1686,8 @@
     v2 += 16;
     ++v1;
   }
-  while ( (signed int)v1 < (signed int)pBaseHealthByClass );
+  //while ( (signed int)v1 < (signed int)pBaseHealthByClass );
+  while (++_it != 4);
 }
 
 //----- (004A90A0) --------------------------------------------------------