X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=src%2Fsetup.c;h=06ff22ac3f8e7271cc1263e8c5ca3d1bb5734c1f;hp=b254a548ff2fa2df5d8c85cd175044c011f8e033;hb=4bc011b7554580ae94eefab1067cefd30b20be48;hpb=ad6b6f3e8316dc43c8f80ca8bc57be091b0076c6 diff --git a/src/setup.c b/src/setup.c index b254a54..06ff22a 100644 --- a/src/setup.c +++ b/src/setup.c @@ -274,12 +274,12 @@ void setup(bool needprompt) if (distq < 6.0*(BASEMAX+1-game.inbase) && Rand() < 0.75) { contflag = true; if (idebug) - prout(_("=== Abandoning base #%d at %d-%d"), i, w.x, w.y); + prout("=== Abandoning base #%d at %d-%d", i, w.x, w.y); break; } else if (distq < 6.0 * (BASEMAX+1-game.inbase)) { if (idebug) - prout(_("=== Saving base #%d, close to #%d"), i, j); + prout("=== Saving base #%d, close to #%d", i, j); } } } while (contflag);