[Scummvm-cvs-logs] scummvm master -> 720a479b97690610f7bb717eb4c0cd0d0a7edc15

Strangerke Strangerke at scummvm.org
Thu Oct 9 07:52:27 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:
720a479b97 TSAGE: R2R - Remove TODO as the implementation isn't required in ScummVM


Commit: 720a479b97690610f7bb717eb4c0cd0d0a7edc15
    https://github.com/scummvm/scummvm/commit/720a479b97690610f7bb717eb4c0cd0d0a7edc15
Author: Strangerke (strangerke at scummvm.org)
Date: 2014-10-09T07:48:29+02:00

Commit Message:
TSAGE: R2R - Remove TODO as the implementation isn't required in ScummVM

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 a65863a..e29f336 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes1.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes1.cpp
@@ -6750,7 +6750,7 @@ void Scene1337::subD1940(bool flag) {
 }
 
 void Scene1337::subD1975(int arg1, int arg2) {
-	warning("STUBBED lvl2 Scene1337::subD1975()");
+	// No implementation required in ScummVM: Mouse handling with tons of caching 
 }
 
 void Scene1337::OptionsDialog::show() {






More information about the Scummvm-git-logs mailing list