[Scummvm-git-logs] scummvm master -> d76ba5a1c1f67456c80d0f8684548b2339fecc01

dreammaster dreammaster at scummvm.org
Sun Jan 28 21:47:31 CET 2018


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:
d76ba5a1c1 XEEN: Removal of redundant TODOs


Commit: d76ba5a1c1f67456c80d0f8684548b2339fecc01
    https://github.com/scummvm/scummvm/commit/d76ba5a1c1f67456c80d0f8684548b2339fecc01
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2018-01-28T15:47:24-05:00

Commit Message:
XEEN: Removal of redundant TODOs

Changed paths:
    engines/xeen/map.cpp
    engines/xeen/party.h
    engines/xeen/xeen.cpp


diff --git a/engines/xeen/map.cpp b/engines/xeen/map.cpp
index e16dcf5..5aa2198 100644
--- a/engines/xeen/map.cpp
+++ b/engines/xeen/map.cpp
@@ -1122,8 +1122,6 @@ void Map::load(int mapId) {
 		}
 	}
 
-	// TODO: Switch setting flags that don't seem to ever be used
-
 	// Reload the monster data for the main maze that we're loading
 	mapId = party._mazeId;
 	Common::String filename = Common::String::format("maze%c%03d.mob",
diff --git a/engines/xeen/party.h b/engines/xeen/party.h
index ce2a999..b7a41e2 100644
--- a/engines/xeen/party.h
+++ b/engines/xeen/party.h
@@ -130,7 +130,7 @@ public:
 	bool _cloudsEnd;
 	bool _darkSideEnd;
 	bool _worldEnd;
-	int _ctr24;	// TODO: Figure out proper name
+	int _ctr24;		// Unused counter
 	int _day;
 	uint _year;
 	int _minutes;
diff --git a/engines/xeen/xeen.cpp b/engines/xeen/xeen.cpp
index 49862a7..0e29801 100644
--- a/engines/xeen/xeen.cpp
+++ b/engines/xeen/xeen.cpp
@@ -159,7 +159,6 @@ void XeenEngine::playGame() {
 }
 
 void XeenEngine::play() {
-	// TODO: Init variables
 	_quitMode = QMODE_NONE;
 
 	_interface->setup();





More information about the Scummvm-git-logs mailing list