[Scummvm-cvs-logs] CVS: scummvm/scumm scummvm.cpp,2.458,2.459

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Mon Oct 27 00:38:17 CET 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv10683

Modified Files:
	scummvm.cpp 
Log Message:
Fixed bug #830772, I hope.


Index: scummvm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scummvm.cpp,v
retrieving revision 2.458
retrieving revision 2.459
diff -u -d -r2.458 -r2.459
--- scummvm.cpp	26 Oct 2003 19:16:58 -0000	2.458
+++ scummvm.cpp	27 Oct 2003 08:36:37 -0000	2.459
@@ -588,9 +588,6 @@
 	// Use g_scumm from error() ONLY
 	g_scumm = this;
 
-	// Create debugger
-	_debugger = new ScummDebugger(this);
-
 	// Read settings from the detector & config manager
 	_debugMode = ConfMan.hasKey("debuglevel");
 	_debugLevel = ConfMan.getInt("debuglevel");
@@ -640,6 +637,9 @@
 	gdi._numStrips = _screenWidth / 8;
 
 	_newgui = g_gui;
+
+	// Create debugger
+	_debugger = new ScummDebugger(this);
 
 	_sound = new Sound(this);
 	_sound->_sound_volume_master = ConfMan.getInt("master_volume");





More information about the Scummvm-git-logs mailing list