i already do this..
Code:
#define MAX_SLOT_ITEM 9 #define MAX_SLOT_QUEUE 5 into -- > #ifdef __NEW_THEME #define MAX_SLOT_ITEM 10 #define MAX_SLOT_QUEUE 6 #else #define MAX_SLOT_ITEM 9 #define MAX_SLOT_QUEUE 5 #endif
Code:
add this
else if(m_aSlotQueue[5].m_dwShortcut == SHORTCUT_NONE)
i = 5;
under
else if(m_aSlotQueue[4].m_dwShortcut == SHORTCUT_NONE)
i = 4;
Code:
cwndnewskillslot the for from i<5 to i<6 and set MAX_SLOT_QUEUE from 5 to 6 and in ondblclick i<4 || i != 4 to 5
bump!







