X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2Fmoving.c;h=5c9f67dde508bc02a1ff01b1f9d82ee9851378c0;hb=459d6afcbe13be588b29c8bd1fbffb39b13fdee1;hp=42df8c1ea6e45002da883757e72adaaf6b7f1475;hpb=d5b31ded06283b5ae9788716c7753108d23b777c;p=super-star-trek.git diff --git a/src/moving.c b/src/moving.c index 42df8c1..5c9f67d 100644 --- a/src/moving.c +++ b/src/moving.c @@ -565,13 +565,11 @@ void warp(int i) } /* Decide if time warp will occur */ if (0.5*game.dist*pow(7.0,game.warpfac-10.0) > Rand()) twarp=1; -#ifdef DEBUG - if (game.idebug &&game.warpfac==10 && twarp==0) { + if (idebug && game.warpfac==10 && twarp==0) { blooey=0; - proutn("Force time warp? "); + proutn("=== Force time warp? "); if (ja()==1) twarp=1; } -#endif if (blooey || twarp) { /* If time warp or engine damage, check path */ /* If it is obstructed, don't do warp or damage */