[Scummvm-cvs-logs] SF.net SVN: scummvm:[54129]	scummvm/trunk/engines/toon/toon.cpp
    lordhoto at users.sourceforge.net 
    lordhoto at users.sourceforge.net
       
    Sun Nov  7 22:22:17 CET 2010
    
    
  
Revision: 54129
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54129&view=rev
Author:   lordhoto
Date:     2010-11-07 21:22:16 +0000 (Sun, 07 Nov 2010)
Log Message:
-----------
TOON: Cleanup.
Modified Paths:
--------------
    scummvm/trunk/engines/toon/toon.cpp
Modified: scummvm/trunk/engines/toon/toon.cpp
===================================================================
--- scummvm/trunk/engines/toon/toon.cpp	2010-11-07 21:21:55 UTC (rev 54128)
+++ scummvm/trunk/engines/toon/toon.cpp	2010-11-07 21:22:16 UTC (rev 54129)
@@ -241,8 +241,8 @@
 				}
 
 				if (event.kbd.keycode == Common::KEYCODE_d) {
-					this->getDebugger()->attach();
-					this->getDebugger()->onFrame();
+					_console->attach();
+					_console->onFrame();
 				}
 			}
 			break;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
    
    
More information about the Scummvm-git-logs
mailing list