X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=main.c;h=802f7e0fcc0b8ad9520b1c24b0d0f6f13d3a542f;hp=5e8045fb1ba21ec0ef542d8de7737381ca999745;hb=f1f7cfd4e95d7c7e0022a320e6979403fc0a096b;hpb=e5f9c4fbea18216c40f1501cdee2ec21914e477c diff --git a/main.c b/main.c index 5e8045f..802f7e0 100644 --- a/main.c +++ b/main.c @@ -176,7 +176,7 @@ static void checkhints(FILE *cmdin) ++game.hintlc[hint]; /* Come here if he's been long enough at required loc(s) for some * unused hint. */ - if (game.hintlc[hint] >= HINTS[hint][1]) + if (game.hintlc[hint] >= HINTS[hint][1]) { int i;