mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 06:39:17 +00:00
Changed startSpeakingToNoone to pause the speaking character
svn-id: r29252
This commit is contained in:
parent
5635256f30
commit
9a1b13e965
@ -247,7 +247,7 @@ void Script::startSpeakingToNoone(uint16 characterId, uint16 stringId, uint16 v3
|
||||
Hotspot *charHotspot = res.getActiveHotspot(characterId);
|
||||
assert(charHotspot);
|
||||
|
||||
charHotspot->converse(NOONE_ID, stringId, false);
|
||||
charHotspot->converse(NOONE_ID, stringId, true);
|
||||
}
|
||||
|
||||
// Stops playing the specified sound index
|
||||
|
Loading…
Reference in New Issue
Block a user