[Scummvm-git-logs] scummvm master -> 3d754d246689f52e14dfa00c3daf8e1f1b0692f2

sev- noreply at scummvm.org
Mon Aug 18 22:09:07 UTC 2025


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

Summary:
3d754d2466 EFH: Make keymap table POD and avoid global constructors


Commit: 3d754d246689f52e14dfa00c3daf8e1f1b0692f2
    https://github.com/scummvm/scummvm/commit/3d754d246689f52e14dfa00c3daf8e1f1b0692f2
Author: aunnoman1 (aunnoman123 at outlook.com)
Date: 2025-08-19T00:09:03+02:00

Commit Message:
EFH: Make keymap table POD and avoid global constructors

Changed paths:
    engines/efh/efh.h


diff --git a/engines/efh/efh.h b/engines/efh/efh.h
index 0ed865185fa..2ac1b54c3ec 100644
--- a/engines/efh/efh.h
+++ b/engines/efh/efh.h
@@ -395,7 +395,7 @@ enum EfhKeymapCode {
 
 struct EfhKeymap {
 	EfhKeymapCode _keymap;
-	Common::String _id;
+	const char *_id;
 };
 
 static const EfhKeymap _efhKeymaps[] = {




More information about the Scummvm-git-logs mailing list