aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/game/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lastexpress/game/state.h')
-rw-r--r--engines/lastexpress/game/state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lastexpress/game/state.h b/engines/lastexpress/game/state.h
index 469f7a0ea2..135ee6bb4e 100644
--- a/engines/lastexpress/game/state.h
+++ b/engines/lastexpress/game/state.h
@@ -544,7 +544,7 @@ public:
s.syncAsUint32LE(sceneBackup2);
}
- void saveEvents(Common::Serializer &s) {
+ void syncEvents(Common::Serializer &s) {
for (uint i = 0; i < ARRAYSIZE(events); i++)
s.syncAsByte(events[i]);
}