[Scummvm-cvs-logs] scummvm master -> c4f49f1a547d7b44fbe89963110a75cf40801ce7

Strangerke Strangerke at scummvm.org
Fri Oct 3 07:21:37 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:
c4f49f1a54 TSAGE: R2R - Remove obsolete comment


Commit: c4f49f1a547d7b44fbe89963110a75cf40801ce7
    https://github.com/scummvm/scummvm/commit/c4f49f1a547d7b44fbe89963110a75cf40801ce7
Author: Strangerke (strangerke at scummvm.org)
Date: 2014-10-03T07:19:19+02:00

Commit Message:
TSAGE: R2R - Remove obsolete comment

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 f4affd9..4582d72 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes1.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes1.cpp
@@ -2210,8 +2210,6 @@ Scene1337::Card::Card() {
 }
 
 void Scene1337::Card::synchronize(Serializer &s) {
-	warning("STUBBED: Card::synchronize()");
-	
 	_card.synchronize(s);
 
 	s.syncAsSint16LE(_cardId);






More information about the Scummvm-git-logs mailing list