aboutsummaryrefslogtreecommitdiff
path: root/backends/wince/smartphone.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/wince/smartphone.cpp')
-rw-r--r--backends/wince/smartphone.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/wince/smartphone.cpp b/backends/wince/smartphone.cpp
index 5bdb65c6c4..39e613a95d 100644
--- a/backends/wince/smartphone.cpp
+++ b/backends/wince/smartphone.cpp
@@ -306,7 +306,7 @@ void SmartfonSave(OSystem_WINCE3 *wm, BOOL repeat) {
void SmartfonSkip(OSystem_WINCE3 *wm, BOOL repeat) {
if (is_simon) {
- ((SimonState*)engine)->_exit_cutscene = true;
+ ((SimonEngine*)engine)->_exit_cutscene = true;
return;
}
wm->_event.event_code = OSystem::EVENT_KEYDOWN;