[Scummvm-git-logs] scummvm master -> f64f36f64632828c8cb031a6c6619dfed407ddd1
aquadran
noreply at scummvm.org
Sun Nov 17 11:32:14 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:
f64f36f646 WINTERMUTE: Added BaseScriptable to persistance in vlink plugin
Commit: f64f36f64632828c8cb031a6c6619dfed407ddd1
https://github.com/scummvm/scummvm/commit/f64f36f64632828c8cb031a6c6619dfed407ddd1
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2024-11-17T12:32:10+01:00
Commit Message:
WINTERMUTE: Added BaseScriptable to persistance in vlink plugin
Changed paths:
engines/wintermute/ext/wme_vlink.cpp
diff --git a/engines/wintermute/ext/wme_vlink.cpp b/engines/wintermute/ext/wme_vlink.cpp
index 439dae273f2..350cbdafcce 100644
--- a/engines/wintermute/ext/wme_vlink.cpp
+++ b/engines/wintermute/ext/wme_vlink.cpp
@@ -207,6 +207,8 @@ bool SXVlink::scSetProperty(const char *name, ScValue *value) {
//////////////////////////////////////////////////////////////////////////
bool SXVlink::persist(BasePersistenceManager *persistMgr) {
+ BaseScriptable::persist(persistMgr);
+
persistMgr->transferPtr(TMEMBER_PTR(_gameRef));
persistMgr->transferSint32(TMEMBER(_volume));
return STATUS_OK;
More information about the Scummvm-git-logs
mailing list