[Scummvm-git-logs] scummvm master -> 4e2e3cafb6da72975bd4edbc77249847db255e41
aquadran
noreply at scummvm.org
Tue Jun 17 10:35:19 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:
4e2e3cafb6 WINTERMUTE: SXVlink class plugin should to be with 3D classes in the register
Commit: 4e2e3cafb6da72975bd4edbc77249847db255e41
https://github.com/scummvm/scummvm/commit/4e2e3cafb6da72975bd4edbc77249847db255e41
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2025-06-17T12:35:13+02:00
Commit Message:
WINTERMUTE: SXVlink class plugin should to be with 3D classes in the register
Changed paths:
engines/wintermute/persistent.cpp
diff --git a/engines/wintermute/persistent.cpp b/engines/wintermute/persistent.cpp
index 9365ded5af4..394dba95369 100644
--- a/engines/wintermute/persistent.cpp
+++ b/engines/wintermute/persistent.cpp
@@ -177,7 +177,6 @@ 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)
@@ -200,6 +199,7 @@ void SystemClassRegistry::register3DClasses() {
REGISTER_CLASS(XModel, false)
REGISTER_CLASS(SXBlackAndWhite, false)
REGISTER_CLASS(SXShadowManager, false)
+ REGISTER_CLASS(SXVlink, false)
}
#endif
More information about the Scummvm-git-logs
mailing list