aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/polygons.cpp
diff options
context:
space:
mode:
authorMax Horn2009-03-15 20:30:57 +0000
committerMax Horn2009-03-15 20:30:57 +0000
commit9cbed926cdab8a450c6000b750b3f16c5a24d583 (patch)
tree8757548b2e8be6d3472578aa2a74cdf29edc2972 /engines/tinsel/polygons.cpp
parent77d5d3093a6c70d9de8949635a529bf760aabcf9 (diff)
downloadscummvm-rg350-9cbed926cdab8a450c6000b750b3f16c5a24d583.tar.gz
scummvm-rg350-9cbed926cdab8a450c6000b750b3f16c5a24d583.tar.bz2
scummvm-rg350-9cbed926cdab8a450c6000b750b3f16c5a24d583.zip
Moved Tinsel::Serializer to Common::Serializer, so that I can use it in the SCI engine
svn-id: r39428
Diffstat (limited to 'engines/tinsel/polygons.cpp')
-rw-r--r--engines/tinsel/polygons.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tinsel/polygons.cpp b/engines/tinsel/polygons.cpp
index cb5b21f0c0..8be174c779 100644
--- a/engines/tinsel/polygons.cpp
+++ b/engines/tinsel/polygons.cpp
@@ -30,7 +30,7 @@
#include "tinsel/polygons.h"
#include "tinsel/rince.h"
#include "tinsel/sched.h"
-#include "tinsel/serializer.h"
+#include "common/serializer.h"
#include "tinsel/tinsel.h"
#include "tinsel/token.h"
@@ -1198,7 +1198,7 @@ void RebootDeadTags(void) {
/**
* (Un)serialize the dead tag and exit data for save/restore game.
*/
-void syncPolyInfo(Serializer &s) {
+void syncPolyInfo(Common::Serializer &s) {
int i;
for (i = 0; i < MAX_SCENES; i++) {