[Scummvm-git-logs] scummvm master -> 48a821e4eb51811ab2a810eba2e7914c0a6778ec

sluicebox 22204938+sluicebox at users.noreply.github.com
Sat May 22 10:23:59 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:
48a821e4eb HADESCH: Fix incorrect debug channel


Commit: 48a821e4eb51811ab2a810eba2e7914c0a6778ec
    https://github.com/scummvm/scummvm/commit/48a821e4eb51811ab2a810eba2e7914c0a6778ec
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2021-05-22T04:23:32-06:00

Commit Message:
HADESCH: Fix incorrect debug channel

Changed paths:
    engines/hadesch/detection.cpp


diff --git a/engines/hadesch/detection.cpp b/engines/hadesch/detection.cpp
index 2788f3d81b..b6d4da1e7a 100644
--- a/engines/hadesch/detection.cpp
+++ b/engines/hadesch/detection.cpp
@@ -32,7 +32,7 @@
 
 static const DebugChannelDef debugFlagList[] = {
 	{Hadesch::kHadeschDebugGeneral, "general", "General issues"},
-	{Hadesch::kHadeschDebugMessagingSystem, "resources", "Resources"},
+	{Hadesch::kHadeschDebugResources, "resources", "Resources"},
 	{Hadesch::kHadeschDebugMessagingSystem, "message_system", "Engine message system"},
 	{Hadesch::kHadeschDebugDialogs, "dialogs", "Dialogs"},
 	DEBUG_CHANNEL_END




More information about the Scummvm-git-logs mailing list