Eliminate the global game.blklin.

This commit is contained in:
Jason S. Ninneman 2017-07-02 10:36:51 -07:00
parent 8456b866ff
commit 6af38a92f6
5 changed files with 30 additions and 36 deletions

1
init.c
View file

@ -33,7 +33,6 @@ struct game_t game = {
.abbnum = 5,
.clock1 = WARNTIME,
.clock2 = FLASHTIME,
.blklin = true,
.newloc = LOC_START,
.loc = LOC_START,
.limit = GAMELIMIT,