Home
last modified time | relevance | path

Searched refs:_otherClueCount (Results 1 – 4 of 4) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dsuspects_database.cpp80 if (_otherClueCount >= kOtherClueCount) { in addOtherClue()
83 _otherClues[_otherClueCount++] = clueId; in addOtherClue()
152 for (int i = 0; i < _otherClueCount; ++i) { in hasOtherClue()
226 _otherClueCount = 0; in reset()
H A Dsuspects_database.h64 int _otherClueCount; variable
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dsuspects_database.cpp80 if (_otherClueCount >= kOtherClueCount) { in addOtherClue()
83 _otherClues[_otherClueCount++] = clueId; in addOtherClue()
152 for (int i = 0; i < _otherClueCount; ++i) { in hasOtherClue()
226 _otherClueCount = 0; in reset()
H A Dsuspects_database.h64 int _otherClueCount; variable