aboutsummaryrefslogtreecommitdiff
path: root/debug.cpp
diff options
context:
space:
mode:
authorLudvig Strigeus2001-10-23 19:56:57 +0000
committerLudvig Strigeus2001-10-23 19:56:57 +0000
commit61c7eccfd7c4317f1291e43be8ed5101e5388490 (patch)
tree29e7b548689f424293517b82c650d291bebeabfc /debug.cpp
parent832e2cf9842accd987241d10e280e9818aff57db (diff)
downloadscummvm-rg350-61c7eccfd7c4317f1291e43be8ed5101e5388490.tar.gz
scummvm-rg350-61c7eccfd7c4317f1291e43be8ed5101e5388490.tar.bz2
scummvm-rg350-61c7eccfd7c4317f1291e43be8ed5101e5388490.zip
fixed spelling error
svn-id: r3444
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;