[Scummvm-cvs-logs] scummvm master -> 73ee8943bc5f563d0f11fb8af1199a20fdd0583f

Strangerke Strangerke at scummvm.org
Thu Oct 2 18:46:06 CEST 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
73ee8943bc TSAGE: R2R - Fix Card::synchronize() in scene 1337


Commit: 73ee8943bc5f563d0f11fb8af1199a20fdd0583f
    https://github.com/scummvm/scummvm/commit/73ee8943bc5f563d0f11fb8af1199a20fdd0583f
Author: Strangerke (strangerke at scummvm.org)
Date: 2014-10-02T18:26:30+02:00

Commit Message:
TSAGE: R2R - Fix Card::synchronize() in scene 1337

Changed paths:
    engines/tsage/ringworld2/ringworld2_scenes1.cpp



diff --git a/engines/tsage/ringworld2/ringworld2_scenes1.cpp b/engines/tsage/ringworld2/ringworld2_scenes1.cpp
index d8fea26..f4affd9 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes1.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes1.cpp
@@ -2211,13 +2211,12 @@ Scene1337::Card::Card() {
 
 void Scene1337::Card::synchronize(Serializer &s) {
 	warning("STUBBED: Card::synchronize()");
-/*
-	SceneObject::synchronize(s);
+	
+	_card.synchronize(s);
 
 	s.syncAsSint16LE(_cardId);
 	s.syncAsSint16LE(_stationPos.x);
 	s.syncAsSint16LE(_stationPos.y);
-*/
 }
 
 bool Scene1337::Card::isIn(Common::Point pt) {






More information about the Scummvm-git-logs mailing list