X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=sst.c;h=5fddb15ee24e25cafb1321041dce3eef7eaf8f6b;hb=e7c2a3097e455ce93c62a21832e5c584031468db;hp=3d394c67b4da2097edf5f027d119589227e3c5e3;hpb=8629b4a298e31f81ba0db0debb4796356c3966c7;p=super-star-trek.git diff --git a/sst.c b/sst.c index 3d394c6..5fddb15 100644 --- a/sst.c +++ b/sst.c @@ -751,7 +751,6 @@ void debugme(void) for (i=0; i < NDEVICES; i++) if (game.damage[i] > 0.0) game.damage[i] = 0.0; - stdamtim = 1e30; } proutn("Toggle idebug? "); if (ja() != 0) { @@ -770,7 +769,6 @@ void debugme(void) key = scan(); if (key == IHALPHA && isit("y")) { game.damage[i] = 10.0; - if (i == DRADIO) stdamtim = game.state.date; } } } @@ -779,7 +777,7 @@ void debugme(void) int i; for (i = 1; i < NEVENTS; i++) { int key; - if (game.future[i] == 1e30) continue; + if (game.future[i] == FOREVER) continue; switch (i) { case FSNOVA: proutn("Supernova "); break; case FTBEAM: proutn("T Beam "); break;