Skip to content
Snippets Groups Projects
Commit 81d18d05 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Merge branch 'patch-4' into 'master'

Update game.js - the game is showing 2 pauses when exiting. This code is not...

See merge request !46
parents da43d845 1263a440
Branches
No related tags found
2 merge requests!463MRC mods by Codefenix (2024-10-20),!46Update game.js - the game is showing 2 pauses when exiting. This code is not...
...@@ -821,11 +821,6 @@ function quit() ...@@ -821,11 +821,6 @@ function quit()
var splash=new Graphic(80,splash_size); var splash=new Graphic(80,splash_size);
splash.load(splash_filename); splash.load(splash_filename);
splash.draw(); 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 ######################################### //########################## CLASSES #########################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment