[Scummvm-git-logs] scummvm master -> 5afda9f4f5454bd1a6390a48514364d60e8fa8ec
criezy
noreply at scummvm.org
Fri Apr 25 18:24:16 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
5afda9f4f5 DOC: Add a small clarification to a doxygen comment for TTS
Commit: 5afda9f4f5454bd1a6390a48514364d60e8fa8ec
https://github.com/scummvm/scummvm/commit/5afda9f4f5454bd1a6390a48514364d60e8fa8ec
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2025-04-25T19:23:08+01:00
Commit Message:
DOC: Add a small clarification to a doxygen comment for TTS
Changed paths:
common/text-to-speech.h
diff --git a/common/text-to-speech.h b/common/text-to-speech.h
index 0a98fe667de..f9747d3e4d8 100644
--- a/common/text-to-speech.h
+++ b/common/text-to-speech.h
@@ -168,7 +168,7 @@ public:
* INTERRUPT - interrupts the current speech
* INTERRUPT_NO_REPEAT - interrupts the speech (deletes the whole queue),
* if the str is the same as the string currently being said,
- * it lets the current string finish.
+ * it lets the current string finish and drops the new request.
* QUEUE - queues the speech
* QUEUE_NO_REPEAT - queues the speech only if the str is different than
* the last string in the queue (or the string, that is currently
More information about the Scummvm-git-logs
mailing list