[Scummvm-cvs-logs] CVS: scummvm/sky sky.cpp,1.156,1.157

Max Horn fingolfin at users.sourceforge.net
Sat Nov 20 16:38:23 CET 2004


Update of /cvsroot/scummvm/scummvm/sky
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25810/sky

Modified Files:
	sky.cpp 
Log Message:
Removing walkthrough stuff again (talked to aquadran about this, he had no objections)

Index: sky.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/sky.cpp,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -d -r1.156 -r1.157
--- sky.cpp	19 Nov 2004 19:50:03 -0000	1.156
+++ sky.cpp	20 Nov 2004 23:49:11 -0000	1.157
@@ -116,8 +116,6 @@
 
 SkyEngine::SkyEngine(GameDetector *detector, OSystem *syst)
 	: Engine(syst), _fastMode(0) {
-	_walkthroughDialog->setGameName(detector->_game.name);
-	_walkthroughDialog->create();
 }
 
 SkyEngine::~SkyEngine() {
@@ -129,8 +127,6 @@
 	delete _skyMouse;
 	delete _skyScreen;
 	delete _debugger;
-
-	_walkthroughDialog->destroy();
 }
 
 void SkyEngine::errorString(const char *buf1, char *buf2) {
@@ -465,9 +461,6 @@
 					if (event.kbd.keycode == 'd') {
 						_debugger->attach();
 					}
-					if (event.kbd.keycode == 'w') {
-						_walkthroughDialog->runModal();
-					}
 				}
 
 				// Make sure backspace works right (this fixes a small issue on OS X)





More information about the Scummvm-git-logs mailing list