X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=src%2Fio.c;h=30908e63fee269a2a8803f45908748a07bee5fd1;hp=adbbca080a477ff59e274a17a24aab37e2fa64b8;hb=e3730bb826efe601fe51626aab064d395733d4c3;hpb=f21d3481583b5cf877fc7b6efd6f2e08a1ade4b9 diff --git a/src/io.c b/src/io.c index adbbca0..30908e6 100644 --- a/src/io.c +++ b/src/io.c @@ -81,13 +81,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 +383,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);