Home
last modified time | relevance | path

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

/dports/games/reminiscence/REminiscence-0.4.9/
H A Dprotection.cpp153 static const int kWordsCount = 40; in handleProtectionScreenWords() local
155 for (int i = 0; i < kWordsCount * 18; i += 18) { in handleProtectionScreenWords()
196 const uint8_t code = getRandomNumber() % kWordsCount; in handleProtectionScreenWords()