mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Probably play right voice at the right time now.
svn-id: r10905
This commit is contained in:
+1
-1
@@ -630,7 +630,7 @@ void Talk::speakSegment(
|
||||
segment[length] = '\0';
|
||||
|
||||
char voiceFileName[MAX_STRING_SIZE];
|
||||
snprintf(voiceFileName, sizeof(voiceFileName), "%s%1x", voiceFilePrefix, index);
|
||||
snprintf(voiceFileName, sizeof(voiceFileName), "%s%1x", voiceFilePrefix + 1, index);
|
||||
|
||||
//debug(0, "Sentence segment '%*s' is said by person '%s' and voice file '%s' is played",
|
||||
// length, segment, person, voiceFileName);
|
||||
|
||||
Reference in New Issue
Block a user