aboutsummaryrefslogtreecommitdiff
path: root/backends/wince/pocketpc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/wince/pocketpc.cpp')
-rw-r--r--backends/wince/pocketpc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/wince/pocketpc.cpp b/backends/wince/pocketpc.cpp
index 877cf26cfd..0048c2b8da 100644
--- a/backends/wince/pocketpc.cpp
+++ b/backends/wince/pocketpc.cpp
@@ -235,7 +235,7 @@ BOOL PPCWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, OSystem_W
if (is_demo)
do_quit();
if (is_simon) {
- ((SimonState*)engine)->_exit_cutscene = true;
+ ((SimonEngine*)engine)->_exit_cutscene = true;
break;
}
wm->_event.event_code = OSystem::EVENT_KEYDOWN;