diff mm7_3.cpp @ 47:8a8dd0164b12

BLV render cd check fix
author Nomad
date Tue, 23 Oct 2012 13:51:21 +0200
parents 79a30ee1ecdb
children 25fabc49627b fde5c5acb66e
line wrap: on
line diff
--- a/mm7_3.cpp	Mon Oct 22 20:54:14 2012 +0200
+++ b/mm7_3.cpp	Tue Oct 23 13:51:21 2012 +0200
@@ -13532,8 +13532,8 @@
       pRenderer->_4A65CC(
         pPartySpellbuffsUI_XYs[v1][0],
         pPartySpellbuffsUI_XYs[v1][1],
-        (Texture *)(v3 != -1 ? (int)&pIcons_LOD->pTextures[v3] : 0),
-        (Texture *)(v3 != -1 ? (int)&pIcons_LOD->pTextures[v3] : 0),
+        (Texture *)(v3 != -1 ? &pIcons_LOD->pTextures[v3] : 0),
+        (Texture *)(v3 != -1 ? &pIcons_LOD->pTextures[v3] : 0),
         v0 + 20 * pPartySpellbuffsUI_smthns[v1],
         0,
         63);