[Scummvm-git-logs] scummvm lolbot-iichan-patch-1 -> 59ae3226be42e96aea6c67909cee72f8403e3a71

lolbot-iichan lolbot_iichan at mail.ru
Sat May 22 01:06:03 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
59ae3226be LURE: Fix compilations on platforms without TTS


Commit: 59ae3226be42e96aea6c67909cee72f8403e3a71
    https://github.com/scummvm/scummvm/commit/59ae3226be42e96aea6c67909cee72f8403e3a71
Author: lolbot-iichan (lolbot_iichan at mail.ru)
Date: 2021-05-22T04:06:00+03:00

Commit Message:
LURE: Fix compilations on platforms without TTS

Changed paths:
    engines/lure/detection.cpp


diff --git a/engines/lure/detection.cpp b/engines/lure/detection.cpp
index ca969c799d..e853d53a27 100644
--- a/engines/lure/detection.cpp
+++ b/engines/lure/detection.cpp
@@ -52,6 +52,8 @@ static const ADExtraGuiOptionsMap optionsList[] = {
 	AD_EXTRA_GUI_OPTIONS_TERMINATOR
 };
 
+#endif
+
 static const DebugChannelDef debugFlagList[] = {
 	{Lure::kLureDebugScripts, "scripts", "Scripts debugging"},
 	{Lure::kLureDebugAnimations, "animations", "Animations debugging"},
@@ -62,8 +64,6 @@ static const DebugChannelDef debugFlagList[] = {
 	DEBUG_CHANNEL_END
 };
 
-#endif
-
 namespace Lure {
 
 static const LureGameDescription gameDescriptions[] = {




More information about the Scummvm-git-logs mailing list