[Scummvm-git-logs] scummvm master -> 6aaa04bda8e1a51dc90c1dac9c7b3f840de7b5ca

aquadran aquadran at gmail.com
Wed Jun 24 22:55:48 UTC 2020


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:
6aaa04bda8 WINTERMUTE: Remove some comments for better ResidualVM base (#2347)


Commit: 6aaa04bda8e1a51dc90c1dac9c7b3f840de7b5ca
    https://github.com/scummvm/scummvm/commit/6aaa04bda8e1a51dc90c1dac9c7b3f840de7b5ca
Author: lolbot-iichan (lolbot_iichan at mail.ru)
Date: 2020-06-25T00:55:45+02:00

Commit Message:
WINTERMUTE: Remove some comments for better ResidualVM base (#2347)

* WINTERMUTE: Remove some comments for better ResidualVM base

* WINTERMUTE: Remove unused variable

Changed paths:
    engines/wintermute/ad/ad_scene.cpp


diff --git a/engines/wintermute/ad/ad_scene.cpp b/engines/wintermute/ad/ad_scene.cpp
index 269dbc2a84..bc44f21a81 100644
--- a/engines/wintermute/ad/ad_scene.cpp
+++ b/engines/wintermute/ad/ad_scene.cpp
@@ -1116,16 +1116,13 @@ bool AdScene::display() {
 //////////////////////////////////////////////////////////////////////////
 bool AdScene::updateFreeObjects() {
 	AdGame *adGame = (AdGame *)_gameRef;
-	// 3D-code removed
-	// bool is3DSet;
 
 	// *** update all active objects
-	// is3DSet = false;
 	for (uint32 i = 0; i < adGame->_objects.size(); i++) {
 		if (!adGame->_objects[i]->_active) {
 			continue;
 		}
-		// 3D-code removed
+
 		adGame->_objects[i]->update();
 		adGame->_objects[i]->_drawn = false;
 	}




More information about the Scummvm-git-logs mailing list