aboutsummaryrefslogtreecommitdiff
path: root/backends/wince
diff options
context:
space:
mode:
Diffstat (limited to 'backends/wince')
-rw-r--r--backends/wince/pocketpc.cpp2
-rw-r--r--backends/wince/smartphone.cpp2
-rw-r--r--backends/wince/wince.cpp2
3 files changed, 3 insertions, 3 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;
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;
diff --git a/backends/wince/wince.cpp b/backends/wince/wince.cpp
index 967b6d9070..cd95effd17 100644
--- a/backends/wince/wince.cpp
+++ b/backends/wince/wince.cpp
@@ -360,7 +360,7 @@ Engine *engine;
bool is_simon;
NewGui *g_gui;
extern Scumm *g_scumm;
-//extern SimonState *g_simon;
+//extern SimonEngine *g_simon;
//OSystem *g_system;
//SoundMixer *g_mixer;
Config *g_config;