From a7c0f331d1a8df2f936b584c2d93eef92fcd4a18 Mon Sep 17 00:00:00 2001 From: Peje Nilsson Date: Tue, 13 Jun 2017 13:14:40 +0200 Subject: [PATCH] Remove L19999 --- main.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/main.c b/main.c index 95e6973..1745c1b 100644 --- a/main.c +++ b/main.c @@ -1026,15 +1026,12 @@ static bool do_command(FILE *cmdin) part=transitive; goto Laction; } - if (closecheck()) + if (closecheck()) { if (game.closed) return true; - else - goto L19999; - - lampcheck(); + } else + lampcheck(); - L19999: k=43; if (LIQLOC(game.loc) == WATER)k=70; V1=VOCAB(WD1,-1); -- 2.31.1