From b373ba447d3954d150ca1148725623e3f271b597 Mon Sep 17 00:00:00 2001 From: Peje Nilsson Date: Tue, 13 Jun 2017 13:27:44 +0000 Subject: [PATCH] Cleanup leftover comments --- main.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/main.c b/main.c index 6ac17ce..374df37 100644 --- a/main.c +++ b/main.c @@ -308,11 +308,8 @@ bool spotted_by_pirate(int i) game.dloc[PIRATE]=game.chloc; game.odloc[PIRATE]=game.chloc; game.dseen[PIRATE]=false; - /* C doesn't have what the Structured rogramming - * Theorem says we need here - multi-level loop - * breakout. We simulate with a goto. Irreducible, alas. - */ - return true; //goto jumpout; + + return true; } if (HERE(j)) k=1; -- 2.31.1