aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/script/luascript.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/script/luascript.h')
-rw-r--r--engines/sword25/script/luascript.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sword25/script/luascript.h b/engines/sword25/script/luascript.h
index f2773eef06..831a994ea2 100644
--- a/engines/sword25/script/luascript.h
+++ b/engines/sword25/script/luascript.h
@@ -112,11 +112,11 @@ public:
/**
* @remark The Lua stack is cleared by this method
*/
- virtual bool Persist(OutputPersistenceBlock &Writer);
+ virtual bool persist(OutputPersistenceBlock &writer);
/**
* @remark The Lua stack is cleared by this method
*/
- virtual bool Unpersist(InputPersistenceBlock &Reader);
+ virtual bool unpersist(InputPersistenceBlock &reader);
private:
lua_State *m_State;