Cleanup leftover comments

This commit is contained in:
Peje Nilsson 2017-06-13 13:27:44 +00:00
parent cbf027c28b
commit b373ba447d

7
main.c
View file

@ -308,11 +308,8 @@ bool spotted_by_pirate(int i)
game.dloc[PIRATE]=game.chloc; game.dloc[PIRATE]=game.chloc;
game.odloc[PIRATE]=game.chloc; game.odloc[PIRATE]=game.chloc;
game.dseen[PIRATE]=false; game.dseen[PIRATE]=false;
/* C doesn't have what the Structured rogramming
* Theorem says we need here - multi-level loop return true;
* breakout. We simulate with a goto. Irreducible, alas.
*/
return true; //goto jumpout;
} }
if (HERE(j)) if (HERE(j))
k=1; k=1;