aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/vga13h.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge2/vga13h.cpp')
-rw-r--r--engines/cge2/vga13h.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/cge2/vga13h.cpp b/engines/cge2/vga13h.cpp
index 5f3cf18523..105fd3f5ad 100644
--- a/engines/cge2/vga13h.cpp
+++ b/engines/cge2/vga13h.cpp
@@ -46,8 +46,7 @@ void V3D::sync(Common::Serializer &s) {
}
void FXP::sync(Common::Serializer &s) {
- s.syncAsUint16LE(f);
- s.syncAsSint16LE(i);
+ s.syncAsSint32LE(v);
}
Seq *getConstantSeq(bool seqFlag) {