diff UiGame.cpp @ 920:34ed2d5e7cfb

MagicShopDialog clean and other
author Ritor1
date Sun, 28 Apr 2013 19:11:36 +0600
parents 8cd0b155bebe
children a78f08dbeb88
line wrap: on
line diff
--- a/UiGame.cpp	Sat Apr 27 09:37:22 2013 +0600
+++ b/UiGame.cpp	Sun Apr 28 19:11:36 2013 +0600
@@ -266,9 +266,7 @@
 //----- (0041B3B6) --------------------------------------------------------
 void __cdecl draw_right_panel()
 {
-  pRenderer->DrawTextureTransparent(
-    pViewport->uViewportBR_X,
-    0,
+  pRenderer->DrawTextureTransparent(pViewport->uViewportBR_X, 0,
     (Texture *)(uTextureID_right_panel != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_right_panel] : 0));
 }
 
@@ -1133,13 +1131,11 @@
 
 //----- (0044158F) --------------------------------------------------------
 void __cdecl GameUI_DrawCharacterSelectionFrame()
-    {
-    if ( uActiveCharacter )
-        pRenderer->DrawTextureTransparent(
-        pPlayerPortraitsXCoords_For_PlayerBuffAnimsDrawing[uActiveCharacter - 1] - 9,
-        0x17Cu,
-        &pIcons_LOD->pTextures[dword_50C98C]);
-    }
+{
+  if ( uActiveCharacter )
+    pRenderer->DrawTextureTransparent(pPlayerPortraitsXCoords_For_PlayerBuffAnimsDrawing[uActiveCharacter - 1] - 9,
+        380, &pIcons_LOD->pTextures[dword_50C98C]);
+}
 
 //----- (004415C5) --------------------------------------------------------
 void LoadPartyBuffIcons()