Mercurial > mm7
comparison UI/UICharacter.cpp @ 2212:e18200fcfb50
LoadTextureFromLOD
author | Ritor1 |
---|---|
date | Thu, 13 Feb 2014 01:02:04 +0600 |
parents | 42c8807225a2 |
children | e9625ad08541 |
comparison
equal
deleted
inserted
replaced
2211:b4bb8296ecfa | 2212:e18200fcfb50 |
---|---|
2729 { | 2729 { |
2730 dword_507CC0_activ_ch = 0; | 2730 dword_507CC0_activ_ch = 0; |
2731 for ( i = pGUIWindow_CurrentMenu->pControlsHead; i; i = j ) | 2731 for ( i = pGUIWindow_CurrentMenu->pControlsHead; i; i = j ) |
2732 { | 2732 { |
2733 j = i->pNext; | 2733 j = i->pNext; |
2734 if ( BYTE1(i->field_1C) & 0x80 ) | 2734 if ( i->field_1C & 0x8000 ) |
2735 { | 2735 { |
2736 i->Release(); | 2736 i->Release(); |
2737 free(i); | 2737 free(i); |
2738 } | 2738 } |
2739 } | 2739 } |