diff options
Diffstat (limited to 'engines/mads/nebular/nebular_scenes7.cpp')
-rw-r--r-- | engines/mads/nebular/nebular_scenes7.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/nebular/nebular_scenes7.cpp b/engines/mads/nebular/nebular_scenes7.cpp index 8e04c452f3..7f35117c3b 100644 --- a/engines/mads/nebular/nebular_scenes7.cpp +++ b/engines/mads/nebular/nebular_scenes7.cpp @@ -2478,7 +2478,7 @@ void Scene752::setup() { void Scene752::synchronize(Common::Serializer &s) { Scene7xx::synchronize(s); - s.syncAsByte(_cardId); + s.syncAsSint16LE(_cardId); } void Scene752::enter() { |