diff options
author | Travis Howell | 2002-11-08 05:15:42 +0000 |
---|---|---|
committer | Travis Howell | 2002-11-08 05:15:42 +0000 |
commit | db15a868a26f0815b7f4c70832c807530728096e (patch) | |
tree | 0072916dc3368317074a3ee85f343608ea5033e6 | |
parent | c8d4d0233cafcbe7d98d925995cdb0e732d43320 (diff) | |
download | scummvm-rg350-db15a868a26f0815b7f4c70832c807530728096e.tar.gz scummvm-rg350-db15a868a26f0815b7f4c70832c807530728096e.tar.bz2 scummvm-rg350-db15a868a26f0815b7f4c70832c807530728096e.zip |
Typo
svn-id: r5462
-rw-r--r-- | simon/items.cpp | 2 |
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; |