[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.462,1.463
Max Horn
fingolfin at users.sourceforge.net
Sat Nov 20 16:36:06 CET 2004
Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25810/simon
Modified Files:
simon.cpp
Log Message:
Removing walkthrough stuff again (talked to aquadran about this, he had no objections)
Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.462
retrieving revision 1.463
diff -u -d -r1.462 -r1.463
--- simon.cpp 19 Nov 2004 19:50:02 -0000 1.462
+++ simon.cpp 20 Nov 2004 23:49:10 -0000 1.463
@@ -718,9 +718,6 @@
// FIXME Use auto dirty rects cleanup code to reduce CPU usage
g_system->setFeatureState(OSystem::kFeatureAutoComputeDirtyRects, true);
-
- _walkthroughDialog->setGameName(detector->_game.name);
- _walkthroughDialog->create();
}
SimonEngine::~SimonEngine() {
@@ -732,8 +729,6 @@
delete _sound;
delete _debugger;
-
- _walkthroughDialog->destroy();
}
void SimonEngine::errorString(const char *buf1, char *buf2) {
@@ -4853,8 +4848,6 @@
_aboutDialog->runModal();
} else if (event.kbd.keycode == 'f')
_fast_mode ^= 1;
- else if (event.kbd.keycode == 'w')
- _walkthroughDialog->runModal();
else if (event.kbd.keycode == 'd')
_debugger->attach();
}
More information about the Scummvm-git-logs
mailing list