Abolish setup check, there's no possibility of restart.

Note, this silently breaks old saves.
This commit is contained in:
Eric S. Raymond 2017-06-13 10:20:15 -04:00
parent 593b8e3caa
commit a3c14ba077
4 changed files with 3 additions and 17 deletions

1
init.c
View file

@ -383,6 +383,5 @@ void initialise(void)
game.closed=false;
game.clshnt=false;
game.novice=false;
game.setup=1;
game.blklin=true;
}