[Scummvm-git-logs] scummvm master -> efe3f0c5192d383903b10df1a40a584d9ae791b4

sev- noreply at scummvm.org
Thu Jan 15 11:50:38 UTC 2026


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:
efe3f0c519 HUGO: Fix compilation when TTS is disabled


Commit: efe3f0c5192d383903b10df1a40a584d9ae791b4
    https://github.com/scummvm/scummvm/commit/efe3f0c5192d383903b10df1a40a584d9ae791b4
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-01-15T12:50:18+01:00

Commit Message:
HUGO: Fix compilation when TTS is disabled

Changed paths:
    engines/hugo/intro.cpp


diff --git a/engines/hugo/intro.cpp b/engines/hugo/intro.cpp
index 4aaaab14acc..7b93fccf221 100644
--- a/engines/hugo/intro.cpp
+++ b/engines/hugo/intro.cpp
@@ -149,9 +149,11 @@ bool intro_v1d::introPlay() {
 		return false;
 	}
 
-	Common::String copyright;
 	Common::String ttsMessage;
 #endif
+
+	Common::String copyright;
+
 	if (_introTicks < introSize) {
 		switch (_introState++) {
 		case 0:




More information about the Scummvm-git-logs mailing list