Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dactor.h249 void speechPlay(int sentenceId, bool voiceOver);
H A Dactor.cpp1205 void Actor::speechPlay(int sentenceId, bool voiceOver) { in speechPlay() argument
1209 if (!voiceOver && _id != BladeRunnerEngine::kActorVoiceOver) { in speechPlay()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dactor.h252 void speechPlay(int sentenceId, bool voiceOver);
H A Dactor.cpp1352 void Actor::speechPlay(int sentenceId, bool voiceOver) { in speechPlay() argument
1356 if (!voiceOver && _id != BladeRunnerEngine::kActorVoiceOver) { in speechPlay()