Changed startSpeakingToNoone to pause the speaking character
svn-id: r29252
This commit is contained in:
parent
5635256f30
commit
9a1b13e965
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ void Script::startSpeakingToNoone(uint16 characterId, uint16 stringId, uint16 v3
|
||||||
Hotspot *charHotspot = res.getActiveHotspot(characterId);
|
Hotspot *charHotspot = res.getActiveHotspot(characterId);
|
||||||
assert(charHotspot);
|
assert(charHotspot);
|
||||||
|
|
||||||
charHotspot->converse(NOONE_ID, stringId, false);
|
charHotspot->converse(NOONE_ID, stringId, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Stops playing the specified sound index
|
// Stops playing the specified sound index
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue