Missed one section

svn-id: r8080
This commit is contained in:
Travis Howell 2003-05-29 06:06:32 +00:00
parent 6416c7d25d
commit c4088b56e6

View File

@ -382,7 +382,7 @@ int SimonState::runScript() {
break;
case 68:{ /* exit interpreter */
_system->quit();
shutdown();
}
break;