[Scummvm-git-logs] scummvm master -> b8881955de341540a4f4ff1ffb9413e1285ed4fb

Strangerke noreply at scummvm.org
Sun Apr 30 21:35:27 UTC 2023


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:
b8881955de EFH: Fix enum name of debug channels


Commit: b8881955de341540a4f4ff1ffb9413e1285ed4fb
    https://github.com/scummvm/scummvm/commit/b8881955de341540a4f4ff1ffb9413e1285ed4fb
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2023-04-30T22:35:20+01:00

Commit Message:
EFH: Fix enum name of debug channels

Changed paths:
    engines/efh/efh.h


diff --git a/engines/efh/efh.h b/engines/efh/efh.h
index 23b24366cb6..240835283e5 100644
--- a/engines/efh/efh.h
+++ b/engines/efh/efh.h
@@ -58,7 +58,7 @@ namespace Efh {
 static const uint8 kSavegameVersion = 1;
 #define EFH_SAVE_HEADER MKTAG('E', 'F', 'H', 'S')
 
-enum AccessDebugChannels {
+enum EfhDebugChannels {
 	kDebugEngine = 1 << 0,
 	kDebugUtils = 1 << 1,
 	kDebugGraphics = 1 << 2,




More information about the Scummvm-git-logs mailing list