v19 Taskbar

08/22/2016 07:22 khemomo#1
I was having a problem with my taskbar. here is the error
wheren can I define this?

d:\Flyff\Source v19\Program\_Interface\WndTaskBar.h(50): error C2065: 'm_bPickup_SLIDE' : undeclared identifier


here is my Line 50 in the WndTaskBar.h

void PickupModeSlide(){ m_bPick = &m_bPickup_SLIDE; }

thanks in advance :)
:handsdown:
08/22/2016 10:33 .HeyEyay.#2
Declare it on WndBase.h

#if __VER >= 19
BOOL m_bPickup_SLIDE;
#endif // __VER >= 19