From 4139e79fccbc47c4d291371c8baf79b6e143eb62 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 29 Jul 2014 20:23:02 -0400 Subject: CGE2: Fixes for the FXP class --- engines/cge2/vga13h.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/cge2/vga13h.cpp') 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) { -- cgit v1.2.3