diff --git a/xtrn/starstocks/game.js b/xtrn/starstocks/game.js index 60a03a62480383e31f600bad1607601e9deea49b..7e4a5d60b13ea84e4fc88c911c59c20db4a20f57 100644 --- a/xtrn/starstocks/game.js +++ b/xtrn/starstocks/game.js @@ -821,11 +821,6 @@ function quit() var splash=new Graphic(80,splash_size); splash.load(splash_filename); splash.draw(); - - console.gotoxy(1,23); - console.center("\1n\1c[\1hPress any key to continue\1n\1c]"); - while(console.inkey(K_NOECHO|K_NOSPIN)===""); - console.clear(); } //########################## CLASSES #########################################