[Scummvm-git-logs] scummvm master -> 60904f4447cacedf459b7be9adc6c8ad3456bb86
aquadran
noreply at scummvm.org
Sun Nov 17 11:34:27 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:
60904f4447 WINTERMUTE: _gameRef is part of base in base persist() for vlink plugin
Commit: 60904f4447cacedf459b7be9adc6c8ad3456bb86
https://github.com/scummvm/scummvm/commit/60904f4447cacedf459b7be9adc6c8ad3456bb86
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2024-11-17T12:34:23+01:00
Commit Message:
WINTERMUTE: _gameRef is part of base in base persist() for 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 350cbdafcce..fe21c332f27 100644
--- a/engines/wintermute/ext/wme_vlink.cpp
+++ b/engines/wintermute/ext/wme_vlink.cpp
@@ -209,7 +209,6 @@ 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