X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2Fsst.c;h=ae8298407bece129a510c20c444e2c83675cdcc4;hb=a76d5b483a4f07459b71f9cce46c93c3f7ed8f96;hp=a0d732d31fe5674c79b6e52063016ae028822b1e;hpb=9ae916e9144e84ef1de4a86ea73a45a2bc4cc1be;p=super-star-trek.git 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);