From: Peje Nilsson Date: Tue, 13 Jun 2017 13:27:44 +0000 (+0000) Subject: Cleanup leftover comments X-Git-Tag: 1.1~360 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=b373ba447d3954d150ca1148725623e3f271b597 Cleanup leftover comments --- 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;