Home | History | Annotate | Download | only in adventure

Lines Matching refs:hint

508 	int     hint;
509 for (hint = 4; hint <= hintmax; hint++) {
510 if (hinted[hint])
512 if (!bitset(loc, hint))
513 hintlc[hint] = -1;
514 hintlc[hint]++;
515 if (hintlc[hint] < hints[hint][1])
517 switch (hint) {
544 l40010: hintlc[hint] = 0;
545 if (!yes(hints[hint][3], 0, 54))
547 printf("I am prepared to give you a hint, but it will ");
548 printf("cost you %d points.\n", hints[hint][2]);
549 hinted[hint] = yes(175, hints[hint][4], 54);
550 l40020: hintlc[hint] = 0;