aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/timers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/timers.cpp')
-rw-r--r--engines/tinsel/timers.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tinsel/timers.cpp b/engines/tinsel/timers.cpp
index fa74797dd9..a627b05c31 100644
--- a/engines/tinsel/timers.cpp
+++ b/engines/tinsel/timers.cpp
@@ -30,7 +30,7 @@
#include "tinsel/timers.h"
#include "tinsel/dw.h"
-#include "tinsel/serializer.h"
+#include "common/serializer.h"
#include "common/system.h"
@@ -81,7 +81,7 @@ void RebootTimers(void) {
/**
* (Un)serialize the timer data for save/restore game.
*/
-void syncTimerInfo(Serializer &s) {
+void syncTimerInfo(Common::Serializer &s) {
for (int i = 0; i < MAX_TIMERS; i++) {
s.syncAsSint32LE(timers[i].tno);
s.syncAsSint32LE(timers[i].ticks);