[Scummvm-git-logs] scummvm master -> 61c82e3634c14f753d424073e29d90e25dae6601
aquadran
noreply at scummvm.org
Sun Nov 17 11:43:47 UTC 2024
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:
61c82e3634 WINTERMUTE: Added missing persistent registration for vlink plugin
Commit: 61c82e3634c14f753d424073e29d90e25dae6601
https://github.com/scummvm/scummvm/commit/61c82e3634c14f753d424073e29d90e25dae6601
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2024-11-17T12:43:43+01:00
Commit Message:
WINTERMUTE: Added missing persistent registration for vlink plugin
Changed paths:
engines/wintermute/persistent.cpp
diff --git a/engines/wintermute/persistent.cpp b/engines/wintermute/persistent.cpp
index 295f8d0b336..ce7a608d87a 100644
--- a/engines/wintermute/persistent.cpp
+++ b/engines/wintermute/persistent.cpp
@@ -174,6 +174,7 @@ void SystemClassRegistry::registerClasses() {
REGISTER_CLASS(SXSteamAPI, false)
REGISTER_CLASS(SXWMEGalaxyAPI, false)
REGISTER_CLASS(SXCommandLineHelper, false)
+ REGISTER_CLASS(SXVlink, false)
REGISTER_CLASS(UIButton, false)
REGISTER_CLASS(UIEdit, false)
More information about the Scummvm-git-logs
mailing list