aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--queen/talk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/talk.cpp b/queen/talk.cpp
index 9a0499adcb..7d8dcd36e0 100644
--- a/queen/talk.cpp
+++ b/queen/talk.cpp
@@ -503,7 +503,7 @@ void Talk::initialTalk() {
if (joe2String[0] != '0') {
char voiceFilePrefix[MAX_STRING_SIZE];
- sprintf(voiceFilePrefix, "%2dSSSSJ", _talkKey);
+ sprintf(voiceFilePrefix, "%2dXXXXJ", _talkKey);
speak(joe2String, NULL, voiceFilePrefix);
}