From af2a1a33514ae101d1df52e6a978296ed0bef68b Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 7 Jun 2015 19:18:14 -0400 Subject: SHERLOCK: Refactoring, cleanup, and fixes for savegame code --- engines/sherlock/scalpel/scalpel_people.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/sherlock/scalpel/scalpel_people.h') diff --git a/engines/sherlock/scalpel/scalpel_people.h b/engines/sherlock/scalpel/scalpel_people.h index b2267790e0..6981157103 100644 --- a/engines/sherlock/scalpel/scalpel_people.h +++ b/engines/sherlock/scalpel/scalpel_people.h @@ -51,6 +51,11 @@ public: */ void setTalking(int speaker); + /** + * Synchronize the data for a savegame + */ + virtual void synchronize(Serializer &s); + /** * Change the sequence of the scene background object associated with the specified speaker. */ -- cgit v1.2.3