aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorDavid Turner2013-02-18 02:09:12 -0800
committerDavid Turner2013-02-18 02:09:12 -0800
commitf70905d979953fc52954ba5f7d8b4ae149179a56 (patch)
tree3ac5d610ed36f5c4cde51a2c8082e3ccd1f88d17 /engines
parent61ec6c998ff839900ce3157c324a133dfbaae4c0 (diff)
parent348378f4a672e1b3e79ac21f56661abaa257c699 (diff)
downloadscummvm-rg350-f70905d979953fc52954ba5f7d8b4ae149179a56.tar.gz
scummvm-rg350-f70905d979953fc52954ba5f7d8b4ae149179a56.tar.bz2
scummvm-rg350-f70905d979953fc52954ba5f7d8b4ae149179a56.zip
Merge pull request #311 from vyadh/master
LURE: Fix bug #3604370 - "LURE: ANDROID, Action item scrolling too sensitive"
Diffstat (limited to 'engines')
-rw-r--r--engines/lure/menu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lure/menu.cpp b/engines/lure/menu.cpp
index 5a0dd26cba..93deecdcd6 100644
--- a/engines/lure/menu.cpp
+++ b/engines/lure/menu.cpp
@@ -31,7 +31,7 @@
#include "lure/events.h"
#include "lure/lure.h"
-#if defined(_WIN32_WCE) || defined(__SYMBIAN32__) || defined(WEBOS)
+#if defined(_WIN32_WCE) || defined(__SYMBIAN32__) || defined(WEBOS) || defined(__ANDROID__)
#define LURE_CLICKABLE_MENUS
#endif