From c4088b56e6e108d12d1f77d516fd0a2dda39c253 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Thu, 29 May 2003 06:06:32 +0000 Subject: [PATCH] Missed one section svn-id: r8080 --- simon/items.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simon/items.cpp b/simon/items.cpp index 41793157078..94c9656f277 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;