X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=src%2Fsst.c;h=ae8298407bece129a510c20c444e2c83675cdcc4;hp=a0d732d31fe5674c79b6e52063016ae028822b1e;hb=74121a21cca010c891ef19a178f9b9acf4d473eb;hpb=deed0903c0666e52bab540a39ed99131f4073970 diff --git a/src/sst.c b/src/sst.c index a0d732d..ae82984 100644 --- a/src/sst.c +++ b/src/sst.c @@ -583,10 +583,12 @@ static void makemoves(void) } commandhook(commands[i].name, false); for (;;) { - if (game.alldone) break; // Game has ended + if (game.alldone) + break; // Game has ended if (game.optime != 0.0) { events(); - if (game.alldone) break; // Events did us in + if (game.alldone) + break; // Events did us in } if (game.state.galaxy[game.quadrant.x][game.quadrant.y].supernova) { // Galaxy went Nova! atover(false);