Eliminate the global game.blklin.
[open-adventure.git] / init.c
diff --git a/init.c b/init.c
index 87a51616877d9de7468079d260709b50ac0fdb2a..12f68b6017f9346097d82ff4b349e6704263e95a 100644 (file)
--- a/init.c
+++ b/init.c
@@ -33,7 +33,6 @@ struct game_t game = {
     .abbnum  = 5,
     .clock1  = WARNTIME,
     .clock2  = FLASHTIME,
-    .blklin  = true,
     .newloc  = LOC_START,
     .loc     = LOC_START,
     .limit   = GAMELIMIT,