[Scummvm-cvs-logs] CVS: scummvm/backends/wince pocketpc.cpp,1.23,1.24 smartphone.cpp,1.5,1.6 wince.cpp,1.7,1.8
Travis Howell
kirben at users.sourceforge.net
Sun Jun 1 02:42:06 CEST 2003
Update of /cvsroot/scummvm/scummvm/backends/wince
In directory sc8-pr-cvs1:/tmp/cvs-serv29215/backends/wince
Modified Files:
pocketpc.cpp smartphone.cpp wince.cpp
Log Message:
Rename SimonState to SimonEngine
Index: pocketpc.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/pocketpc.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- pocketpc.cpp 11 May 2003 14:11:32 -0000 1.23
+++ pocketpc.cpp 1 Jun 2003 09:41:54 -0000 1.24
@@ -235,7 +235,7 @@
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;
Index: smartphone.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/smartphone.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- smartphone.cpp 25 May 2003 12:28:38 -0000 1.5
+++ smartphone.cpp 1 Jun 2003 09:41:54 -0000 1.6
@@ -306,7 +306,7 @@
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;
Index: wince.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/wince.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- wince.cpp 29 May 2003 22:34:34 -0000 1.7
+++ wince.cpp 1 Jun 2003 09:41:54 -0000 1.8
@@ -360,7 +360,7 @@
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;
More information about the Scummvm-git-logs
mailing list