aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/globals.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2013-09-13 21:41:09 -0400
committerPaul Gilbert2013-09-13 21:41:09 -0400
commit9c5d133e94181da11c9b8d8713b2e65e40a1bd66 (patch)
treef5ee9208b7817df55b3cced07fcb45235385bd68 /engines/tsage/globals.cpp
parent763eedd0df5aed045e121b9256c6664278451d68 (diff)
downloadscummvm-rg350-9c5d133e94181da11c9b8d8713b2e65e40a1bd66.tar.gz
scummvm-rg350-9c5d133e94181da11c9b8d8713b2e65e40a1bd66.tar.bz2
scummvm-rg350-9c5d133e94181da11c9b8d8713b2e65e40a1bd66.zip
TSAGE: Initial implementation of R2R balloon cutscene code
Diffstat (limited to 'engines/tsage/globals.cpp')
-rw-r--r--engines/tsage/globals.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/tsage/globals.cpp b/engines/tsage/globals.cpp
index 3ca54d67a9..8f70c2926e 100644
--- a/engines/tsage/globals.cpp
+++ b/engines/tsage/globals.cpp
@@ -577,6 +577,9 @@ void Ringworld2Globals::synchronize(Serializer &s) {
for (i = 0; i < 508; i += 4)
s.syncAsByte(_scene1550JunkLocations[i + 2]);
+
+ s.syncAsSint16LE(_balloonPosition.x);
+ s.syncAsSint16LE(_balloonPosition.y);
}
} // end of namespace Ringworld2