X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=src%2Fio.c;h=5c5ac644526dc4c91ba5f9db6be3e20b04fab22f;hp=adbbca080a477ff59e274a17a24aab37e2fa64b8;hb=ebc4fdc3802c47c9fe7ec31b4cde062faff366fc;hpb=e535e2ef833a03ec84d0f002d684c07ddde893f1 diff --git a/src/io.c b/src/io.c index adbbca0..5c5ac64 100644 --- a/src/io.c +++ b/src/io.c @@ -11,6 +11,12 @@ static int rows, linecount; /* for paging */ WINDOW *curwnd; +WINDOW *fullscreen_window; +WINDOW *srscan_window; +WINDOW *report_window; +WINDOW *lrscan_window; +WINDOW *message_window; +WINDOW *prompt_window; static void outro(void) /* wrap up, either normally or due to signal */ @@ -81,13 +87,13 @@ void pause_game(int i) char *prompt; char buf[BUFSIZ]; if (i==1) { - if (skill > SKILL_FAIR) + if (game.skill > SKILL_FAIR) prompt = "[ANOUNCEMENT ARRIVING...]"; else prompt = "[IMPORTANT ANNOUNCEMENT ARRIVING -- PRESS ENTER TO CONTINUE]"; } else { - if (skill > SKILL_FAIR) + if (game.skill > SKILL_FAIR) prompt = "[CONTINUE?]"; else prompt = "[PRESS ENTER TO CONTINUE]"; @@ -383,7 +389,7 @@ void tracktorpedo(int ix, int iy, int l, int i, int n, int iquad) skip(1); proutn("%d - %d ", ix, iy); } else { - if (game.damage[DSRSENS]==0 || condit==IHDOCKED) { + if (game.damage[DSRSENS]==0 || game.condit==IHDOCKED) { if (i != 1 && l == 1) { drawmaps(2); delay(400);