aboutsummaryrefslogtreecommitdiff
path: root/backends/wince/wince.cpp
diff options
context:
space:
mode:
authorTravis Howell2003-06-01 09:48:37 +0000
committerTravis Howell2003-06-01 09:48:37 +0000
commit8a531f3ca564b651ce472460bc0e5954da0e6d96 (patch)
treebf0fd55778ac2df094c361567fe1fef1aab14216 /backends/wince/wince.cpp
parent771dcfaad7b88deb17f76dfa06ec4a3fb1c98271 (diff)
downloadscummvm-rg350-8a531f3ca564b651ce472460bc0e5954da0e6d96.tar.gz
scummvm-rg350-8a531f3ca564b651ce472460bc0e5954da0e6d96.tar.bz2
scummvm-rg350-8a531f3ca564b651ce472460bc0e5954da0e6d96.zip
Missed one
svn-id: r8229
Diffstat (limited to 'backends/wince/wince.cpp')
-rw-r--r--backends/wince/wince.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/wince/wince.cpp b/backends/wince/wince.cpp
index cd95effd17..de34d533ed 100644
--- a/backends/wince/wince.cpp
+++ b/backends/wince/wince.cpp
@@ -1176,7 +1176,7 @@ void action_skip() {
system = (OSystem_WINCE3*)g_scumm->_system;
if (is_simon) {
- ((SimonState*)engine)->_exit_cutscene = true;
+ ((SimonEngine*)engine)->_exit_cutscene = true;
return;
}