Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/alan3/
H A Dacode.h540 Aword scriptMax; member
597 Aword scriptMax; member
653 Aword scriptMax; member
/dports/games/scummvm/scummvm-2.5.1/engines/glk/alan3/
H A Dacode.h540 Aword scriptMax; member
597 Aword scriptMax; member
653 Aword scriptMax; member
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/engine/
H A Dkyra_hof.cpp1328 int scriptMax = scriptMaxTable[_characterShapeFile-1]; in showIdleAnim() local
1331 if (scriptMin < scriptMax) { in showIdleAnim()
1333 script = _rnd.getRandomNumberRng(scriptMin, scriptMax); in showIdleAnim()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/engine/
H A Dkyra_hof.cpp1337 int scriptMax = scriptMaxTable[_characterShapeFile-1]; in showIdleAnim() local
1340 if (scriptMin < scriptMax) { in showIdleAnim()
1342 script = _rnd.getRandomNumberRng(scriptMin, scriptMax); in showIdleAnim()