|
|
|
|
@ -118,7 +118,7 @@ void HandleCharacterPanelInteraction(const SDL_Event &event)
|
|
|
|
|
|
|
|
|
|
void HandleStashPanelInteraction(const SDL_Event &event) |
|
|
|
|
{ |
|
|
|
|
if (pcurs >= CURSOR_FIRSTITEM) |
|
|
|
|
if (!IsStashOpen || pcurs >= CURSOR_FIRSTITEM) |
|
|
|
|
return; |
|
|
|
|
|
|
|
|
|
if (event.type != SDL_FINGERUP) { |
|
|
|
|
|