aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/Base/scriptables/ScValue.cpp
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-06-22 20:06:12 +0200
committerEinar Johan Trøan Sømåen2012-06-22 20:06:12 +0200
commit9f2c5385ba232c0cc086f3c914b5f98463df330d (patch)
treeddf7d4b01846faad8a938be6899b54e04d0e4c6d /engines/wintermute/Base/scriptables/ScValue.cpp
parent77c42af859c12ea7279c28373a200a916e77204f (diff)
downloadscummvm-rg350-9f2c5385ba232c0cc086f3c914b5f98463df330d.tar.gz
scummvm-rg350-9f2c5385ba232c0cc086f3c914b5f98463df330d.tar.bz2
scummvm-rg350-9f2c5385ba232c0cc086f3c914b5f98463df330d.zip
WINTERMUTE: Rename Persist->persist
Diffstat (limited to 'engines/wintermute/Base/scriptables/ScValue.cpp')
-rw-r--r--engines/wintermute/Base/scriptables/ScValue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/Base/scriptables/ScValue.cpp b/engines/wintermute/Base/scriptables/ScValue.cpp
index 81828e3580..2182e58e71 100644
--- a/engines/wintermute/Base/scriptables/ScValue.cpp
+++ b/engines/wintermute/Base/scriptables/ScValue.cpp
@@ -715,7 +715,7 @@ void CScValue::SetValue(CScValue *Val) {
//////////////////////////////////////////////////////////////////////////
-HRESULT CScValue::Persist(CBPersistMgr *persistMgr) {
+HRESULT CScValue::persist(CBPersistMgr *persistMgr) {
persistMgr->transfer(TMEMBER(Game));
persistMgr->transfer(TMEMBER(_persistent));