diff options
author | Kostas Nakos | 2007-04-30 21:11:09 +0000 |
---|---|---|
committer | Kostas Nakos | 2007-04-30 21:11:09 +0000 |
commit | 7b614f3ee9154740a2582aad2fccf309303d0dde (patch) | |
tree | 4608ee9f0051bcd6a397e51d6ae8dd948ac18534 /backends | |
parent | 7bcfde48fb23219665543475afd42be2f5eb841f (diff) | |
download | scummvm-rg350-7b614f3ee9154740a2582aad2fccf309303d0dde.tar.gz scummvm-rg350-7b614f3ee9154740a2582aad2fccf309303d0dde.tar.bz2 scummvm-rg350-7b614f3ee9154740a2582aad2fccf309303d0dde.zip |
add zoom up/down actions for touche
svn-id: r26684
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/wince/CEActionsPocket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/wince/CEActionsPocket.cpp b/backends/platform/wince/CEActionsPocket.cpp index 3115801efb..6cddf62695 100644 --- a/backends/platform/wince/CEActionsPocket.cpp +++ b/backends/platform/wince/CEActionsPocket.cpp @@ -180,7 +180,7 @@ void CEActionsPocket::initInstanceGame() { // Freelook _action_enabled[POCKET_ACTION_FREELOOK] = true; // Zoom - if (is_sword1 || is_sword2 || is_comi) { + if (is_sword1 || is_sword2 || is_comi || is_touche) { _zoom_needed = true; _action_enabled[POCKET_ACTION_ZOOM_UP] = true; _action_enabled[POCKET_ACTION_ZOOM_DOWN] = true; |