Cleanup leftover comments
This commit is contained in:
parent
cbf027c28b
commit
b373ba447d
1 changed files with 2 additions and 5 deletions
7
main.c
7
main.c
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue