aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorTravis Howell2002-11-08 05:15:42 +0000
committerTravis Howell2002-11-08 05:15:42 +0000
commitdb15a868a26f0815b7f4c70832c807530728096e (patch)
tree0072916dc3368317074a3ee85f343608ea5033e6 /simon
parentc8d4d0233cafcbe7d98d925995cdb0e732d43320 (diff)
downloadscummvm-rg350-db15a868a26f0815b7f4c70832c807530728096e.tar.gz
scummvm-rg350-db15a868a26f0815b7f4c70832c807530728096e.tar.bz2
scummvm-rg350-db15a868a26f0815b7f4c70832c807530728096e.zip
Typo
svn-id: r5462
Diffstat (limited to 'simon')
-rw-r--r--simon/items.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/items.cpp b/simon/items.cpp
index 145da5923a..788d5c22dc 100644
--- a/simon/items.cpp
+++ b/simon/items.cpp
@@ -405,7 +405,7 @@ int SimonState::runScript()
break;
case 68:{ /* exit interpreter */
- system->quit();
+ _system->quit();
}
break;