[Scummvm-git-logs] scummvm master -> a0ceebbce3da3cbdd4d3be2888d47a6e752df6e1
sev-
noreply at scummvm.org
Wed Mar 5 15:39:32 UTC 2025
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:
a0ceebbce3 SWORD25: Fix debug flags
Commit: a0ceebbce3da3cbdd4d3be2888d47a6e752df6e1
https://github.com/scummvm/scummvm/commit/a0ceebbce3da3cbdd4d3be2888d47a6e752df6e1
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-03-05T16:39:23+01:00
Commit Message:
SWORD25: Fix debug flags
Changed paths:
engines/sword25/sword25.h
diff --git a/engines/sword25/sword25.h b/engines/sword25/sword25.h
index 97d5fd41939..68ca637767b 100644
--- a/engines/sword25/sword25.h
+++ b/engines/sword25/sword25.h
@@ -53,7 +53,7 @@ enum {
};
enum {
- kDebugScript,
+ kDebugScript = 1,
kDebugSound,
kDebugResource,
};
More information about the Scummvm-git-logs
mailing list