aboutsummaryrefslogtreecommitdiff
path: root/debug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'debug.cpp')
-rw-r--r--debug.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/debug.cpp b/debug.cpp
index d42a75e704..f454b24e15 100644
--- a/debug.cpp
+++ b/debug.cpp
@@ -17,6 +17,9 @@
*
* Change Log:
* $Log$
+ * Revision 1.2 2001/10/23 19:56:57 strigeus
+ * fixed spelling error
+ *
* Revision 1.1 2001/10/23 19:51:50 strigeus
* recompile not needed when switching games
* debugger skeleton implemented
@@ -37,7 +40,7 @@ enum {
void ScummDebugger::attach(Scumm *s) {
if (_s)
- deattach();
+ detach();
_welcome = true;
_s = s;