X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=main.c;h=374df37c49c38d57dd8e9a7e4a61ce0e6f51cdba;hb=b373ba447d3954d150ca1148725623e3f271b597;hp=6ac17ce76b313889a1034a492b57b405f41e5034;hpb=cbf027c28b57ff9c85b0f311904839ab6f1bd6f9;p=open-adventure.git 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;