[Scummvm-git-logs] scummvm master -> 198cef7837191809eca9b97bafe3f7417aee8dd1

lolbot-iichan lolbot_iichan at mail.ru
Sat May 22 01:14:19 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:
198cef7837 LURE: Fix compilations on platforms without TTS (#3024)


Commit: 198cef7837191809eca9b97bafe3f7417aee8dd1
    https://github.com/scummvm/scummvm/commit/198cef7837191809eca9b97bafe3f7417aee8dd1
Author: lolbot-iichan (lolbot_iichan at mail.ru)
Date: 2021-05-22T04:14:16+03:00

Commit Message:
LURE: Fix compilations on platforms without TTS (#3024)

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