aboutsummaryrefslogtreecommitdiff
path: root/engines/sky/sky.h
diff options
context:
space:
mode:
authorMax Horn2006-09-16 19:31:23 +0000
committerMax Horn2006-09-16 19:31:23 +0000
commit651d22b873754cf4907a67f0f3c7e18eafdd7636 (patch)
tree372b7bc3c8c3f86437467ea95a197799291e1950 /engines/sky/sky.h
parentfd12695e59832265cae1ba62f8092fe182f2d7a2 (diff)
downloadscummvm-rg350-651d22b873754cf4907a67f0f3c7e18eafdd7636.tar.gz
scummvm-rg350-651d22b873754cf4907a67f0f3c7e18eafdd7636.tar.bz2
scummvm-rg350-651d22b873754cf4907a67f0f3c7e18eafdd7636.zip
* 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
Diffstat (limited to 'engines/sky/sky.h')
-rw-r--r--engines/sky/sky.h2
1 files changed, 1 insertions, 1 deletions
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;