diff options
author | Travis Howell | 2003-05-29 06:06:32 +0000 |
---|---|---|
committer | Travis Howell | 2003-05-29 06:06:32 +0000 |
commit | c4088b56e6e108d12d1f77d516fd0a2dda39c253 (patch) | |
tree | 986efcbb95346d0c49616ce1c11aca65a00a8394 /simon | |
parent | 6416c7d25d5365c8af40854025c7dc7308900c61 (diff) | |
download | scummvm-rg350-c4088b56e6e108d12d1f77d516fd0a2dda39c253.tar.gz scummvm-rg350-c4088b56e6e108d12d1f77d516fd0a2dda39c253.tar.bz2 scummvm-rg350-c4088b56e6e108d12d1f77d516fd0a2dda39c253.zip |
Missed one section
svn-id: r8080
Diffstat (limited to 'simon')
-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 4179315707..94c9656f27 100644 --- a/simon/items.cpp +++ b/simon/items.cpp @@ -382,7 +382,7 @@ int SimonState::runScript() { break; case 68:{ /* exit interpreter */ - _system->quit(); + shutdown(); } break; |