svn-id: r5462
This commit is contained in:
Travis Howell 2002-11-08 05:15:42 +00:00
parent c8d4d0233c
commit db15a868a2

View File

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