From 7b268f7d4778a9b392a755b519093db5cc8bdd3d Mon Sep 17 00:00:00 2001 From: Nicolas Bacca Date: Tue, 4 Jan 2005 22:55:37 +0000 Subject: Fix yet another copy&paste mistake from 0.6.1b svn-id: r16428 --- backends/wince/CEActionsPocket.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'backends') diff --git a/backends/wince/CEActionsPocket.cpp b/backends/wince/CEActionsPocket.cpp index a506ab02f9..42d960d004 100644 --- a/backends/wince/CEActionsPocket.cpp +++ b/backends/wince/CEActionsPocket.cpp @@ -190,6 +190,9 @@ bool CEActionsPocket::perform(ActionType action, bool pushed) { case POCKET_ACTION_CURSOR: _mainSystem->swap_mouse_visibility(); return true; + case ACTION_FREELOOK: + _mainSystem->swap_freeLook(); + return true; case POCKET_ACTION_ZOOM_UP: _mainSystem->swap_zoom_up(); return true; -- cgit v1.2.3