[Scummvm-git-logs] scummvm master -> 394afd14ed77aac4935abea11f37cffbc7ec11a0

lephilousophe noreply at scummvm.org
Sun Sep 21 11:04:22 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:
394afd14ed GLK: Fix typo


Commit: 394afd14ed77aac4935abea11f37cffbc7ec11a0
    https://github.com/scummvm/scummvm/commit/394afd14ed77aac4935abea11f37cffbc7ec11a0
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2025-09-21T13:04:10+02:00

Commit Message:
GLK: Fix typo

Last change to this line was unintentional

Changed paths:
    engines/glk/zcode/detection_tables.h


diff --git a/engines/glk/zcode/detection_tables.h b/engines/glk/zcode/detection_tables.h
index ab4492afd93..fe27523e3c2 100644
--- a/engines/glk/zcode/detection_tables.h
+++ b/engines/glk/zcode/detection_tables.h
@@ -3735,7 +3735,7 @@ const PlainGameDescriptor ZCODE_GAME_LIST[] = {
 
 	{ nullptr, nullptr }
 };
-#if defined (hSE_TTS)
+#if defined (USE_TTS)
 #define NONE GUIO3(GUIO_NOSFX, GUIO_NOMUSIC, GUIO_NOSUBTITLES)
 #define ENTRYS(ID, VERSION, MD5, FILESIZE) { ID, VERSION, MD5, FILESIZE, Common::EN_ANY, GUIO2(GUIO_NOMUSIC, GUIO_NOSUBTITLES) }
 #else




More information about the Scummvm-git-logs mailing list