X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2Fio.c;h=74b3fce9ea87eba3dc5dd225c0b76f8e6012e588;hb=2ea1ffb97cc0cdb13d8f4d42547a4e15245adfb2;hp=b60fec51645f9d8ba8c597c14e63e28677f1814c;hpb=c0682ebb9ae828d035d59892a65e1849d85963b7;p=super-star-trek.git diff --git a/src/io.c b/src/io.c index b60fec5..74b3fce 100644 --- a/src/io.c +++ b/src/io.c @@ -397,7 +397,7 @@ void tracktorpedo(coord w, int l, int i, int n, int iquad) skip(1); proutn("%d - %d ", w.x, w.y); } else { - if (!damaged(DSRSENS) || game.condit==IHDOCKED) { + if (!damaged(DSRSENS) || game.condition==docked) { if (i != 1 && l == 1) { drawmaps(2); delay(400);