diff UI/UICharacter.cpp @ 2212:e18200fcfb50

LoadTextureFromLOD
author Ritor1
date Thu, 13 Feb 2014 01:02:04 +0600
parents 42c8807225a2
children e9625ad08541
line wrap: on
line diff
--- a/UI/UICharacter.cpp	Wed Feb 12 20:51:37 2014 +0600
+++ b/UI/UICharacter.cpp	Thu Feb 13 01:02:04 2014 +0600
@@ -2731,7 +2731,7 @@
     for ( i = pGUIWindow_CurrentMenu->pControlsHead; i; i = j )
     {
       j = i->pNext;
-      if ( BYTE1(i->field_1C) & 0x80 )
+      if ( i->field_1C & 0x8000 )
       {
         i->Release();
         free(i);