diff --git a/src/guiengine/widgets/CGUISTKListBox.cpp b/src/guiengine/widgets/CGUISTKListBox.cpp index 2469dcc82..a4dcbb634 100644 --- a/src/guiengine/widgets/CGUISTKListBox.cpp +++ b/src/guiengine/widgets/CGUISTKListBox.cpp @@ -443,7 +443,7 @@ void CGUISTKListBox::selectNew(s32 ypos, bool onlyHover) event.GUIEvent.Caller = this; event.GUIEvent.Element = 0; -#if !defined(ANDROID) +#if !defined(MOBILE_STK) if (Selected != oldSelected /*|| now < selectTime + 500*/) event.GUIEvent.EventType = EGET_LISTBOX_CHANGED; else