X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=main.c;h=90665c7b35a888b4bc0db37bf20ba052fbe56d68;hb=7f7f49b7396135f53e31c03d28ecc4d69b8b4584;hp=debbb4670a310de8dc4f98d6332be88dfef578d5;hpb=9c7c23b75aefa03b41a7fb562359310e027510a9;p=open-adventure.git diff --git a/main.c b/main.c index debbb46..90665c7 100644 --- a/main.c +++ b/main.c @@ -188,7 +188,7 @@ static bool fallback_handler(char *buf) * notes). */ static void checkhints(void) { - if (COND[game.loc] >= game.conds) { + if (conditions[game.loc] >= game.conds) { for (int hint = 0; hint < HINT_COUNT; hint++) { if (game.hinted[hint]) continue;