diff options
author | Travis Howell | 2003-06-01 09:48:37 +0000 |
---|---|---|
committer | Travis Howell | 2003-06-01 09:48:37 +0000 |
commit | 8a531f3ca564b651ce472460bc0e5954da0e6d96 (patch) | |
tree | bf0fd55778ac2df094c361567fe1fef1aab14216 /backends/wince | |
parent | 771dcfaad7b88deb17f76dfa06ec4a3fb1c98271 (diff) | |
download | scummvm-rg350-8a531f3ca564b651ce472460bc0e5954da0e6d96.tar.gz scummvm-rg350-8a531f3ca564b651ce472460bc0e5954da0e6d96.tar.bz2 scummvm-rg350-8a531f3ca564b651ce472460bc0e5954da0e6d96.zip |
Missed one
svn-id: r8229
Diffstat (limited to 'backends/wince')
-rw-r--r-- | backends/wince/wince.cpp | 2 |
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; } |