X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=sst.c;h=c2e02f5be68c6e83537a2ba709fbf5ca954421cf;hb=7fbca3f9c0e2b23a942600911535de3caac7069e;hp=87595a694e8c7670e7e6a82203cec54e10f66abe;hpb=1e2622cf770b7183b813e0dc0095f085dda4419f;p=super-star-trek.git diff --git a/sst.c b/sst.c index 87595a6..c2e02f5 100644 --- a/sst.c +++ b/sst.c @@ -508,9 +508,9 @@ int main(int argc, char **argv) { int i, option; - game.options = OPTION_ALL &~ OPTION_IOMODES; + game.options = OPTION_ALL &~ (OPTION_IOMODES | OPTION_SHOWME); if (getenv("TERM")) - game.options |= OPTION_CURSES; + game.options |= OPTION_CURSES | OPTION_SHOWME; else game.options |= OPTION_TTY; @@ -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 = FOREVER; } proutn("Toggle idebug? "); if (ja() != 0) { @@ -770,8 +769,6 @@ void debugme(void) key = scan(); if (key == IHALPHA && isit("y")) { game.damage[i] = 10.0; - if (i == DRADIO) - stdamtim = game.state.date; } } }