From 4e9b113f3f042022fcd0f53ee368f8c73a4d23a3 Mon Sep 17 00:00:00 2001 From: Tobia Tesan Date: Tue, 2 Jul 2013 02:37:56 +0200 Subject: WINTERMUTE: Add debuggerToString --- engines/wintermute/ad/ad_game.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/wintermute/ad/ad_game.cpp') diff --git a/engines/wintermute/ad/ad_game.cpp b/engines/wintermute/ad/ad_game.cpp index df0328ce5e..088184b0f6 100644 --- a/engines/wintermute/ad/ad_game.cpp +++ b/engines/wintermute/ad/ad_game.cpp @@ -2280,4 +2280,7 @@ bool AdGame::onScriptShutdown(ScScript *script) { return STATUS_OK; } +Common::String AdGame::debuggerToString() const { + return Common::String::format("%p: Game \"%s\"", (const void *)this, getName()); +} } // End of namespace Wintermute -- cgit v1.2.3