Skip to content
Snippets Groups Projects
Commit 96be122b authored by deuce's avatar deuce
Browse files

Add a pause before entring the game loop to allow reading of what has

happened since your last logon.
parent a54e3036
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,8 @@ if(!LoadPlayer())
var exit_tw2=false;
console.pause();
while(player.KilledBy==0 && exit_tw2==false) {
if(EnterSector()) {
if(CheckSector())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment