From 651d22b873754cf4907a67f0f3c7e18eafdd7636 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 16 Sep 2006 19:31:23 +0000 Subject: * Added virtual Engine::getDebugger() method * Removed code from errorString() methods that hooked the debugger(s) into error(), in favor of using getDebugger() from within error() * As a consequence, removed most custom errorString() methods svn-id: r23894 --- engines/sky/sky.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sky/sky.h') diff --git a/engines/sky/sky.h b/engines/sky/sky.h index 40b4630597..bb119b06dc 100644 --- a/engines/sky/sky.h +++ b/engines/sky/sky.h @@ -55,7 +55,7 @@ class Debugger; class SkyCompact; class SkyEngine : public Engine { - void errorString(const char *buf_input, char *buf_output); + GUI::Debugger *getDebugger(); protected: byte _keyPressed, _keyFlags; bool _floppyIntro; -- cgit v1.2.3