X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2Freports.c;h=e7c433f213a2f5b2be7266b93f2ed9152d183d28;hb=a76d5b483a4f07459b71f9cce46c93c3f7ed8f96;hp=f273cffcccd7c086656adde556da8bf090cc560e;hpb=2e04509ec9be1e3ad2a1f8a7e84552d6896f89ab;p=super-star-trek.git diff --git a/src/reports.c b/src/reports.c index f273cff..e7c433f 100644 --- a/src/reports.c +++ b/src/reports.c @@ -480,7 +480,8 @@ void eta(void) proutn(_("Time or arrival date? ")); if (scan()==IHREAL) { ttime = aaitem; - if (ttime > game.state.date) ttime -= game.state.date; // Actually a star date + if (ttime > game.state.date) + ttime -= game.state.date; // Actually a star date if (ttime <= 1e-10 || (twarp=(floor(sqrt((10.0*game.dist)/ttime)*10.0)+1.0)/10.0) > 10) { prout(_("We'll never make it, sir."));