[Scummvm-cvs-logs] scummvm master -> 6478a78a8ed66d27a4612540a8a442a61eb83b0b

criezy criezy at scummvm.org
Sun Sep 1 23:28:59 CEST 2013


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
6478a78a8e MORTEVIELLE: Implement Engine::getDebugger()


Commit: 6478a78a8ed66d27a4612540a8a442a61eb83b0b
    https://github.com/scummvm/scummvm/commit/6478a78a8ed66d27a4612540a8a442a61eb83b0b
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2013-09-01T14:28:03-07:00

Commit Message:
MORTEVIELLE: Implement Engine::getDebugger()

Changed paths:
    engines/mortevielle/mortevielle.h



diff --git a/engines/mortevielle/mortevielle.h b/engines/mortevielle/mortevielle.h
index fc4961b..5ae9498 100644
--- a/engines/mortevielle/mortevielle.h
+++ b/engines/mortevielle/mortevielle.h
@@ -448,6 +448,7 @@ public:
 	virtual Common::Error saveGameState(int slot, const Common::String &desc);
 	virtual Common::Error run();
 	virtual void pauseEngineIntern(bool pause);
+	virtual GUI::Debugger *getDebugger() {return &_debugger;}
 	uint32 getGameFlags() const;
 	Common::Language getLanguage() const;
 	Common::Language getOriginalLanguage() const;






More information about the Scummvm-git-logs mailing list