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

bluegr noreply at scummvm.org
Sun May 18 10:31:27 UTC 2025


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

Summary:
b2b6df4b5e GOB: Code comment improvements


Commit: b2b6df4b5e3473dc49665a4856665390ed83b173
    https://github.com/scummvm/scummvm/commit/b2b6df4b5e3473dc49665a4856665390ed83b173
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2025-05-18T13:31:23+03:00

Commit Message:
GOB: Code comment improvements

Changed paths:
    engines/gob/inter_v6.cpp
    engines/gob/inter_v7.cpp


diff --git a/engines/gob/inter_v6.cpp b/engines/gob/inter_v6.cpp
index 2c234e7a5da..9684746ea9b 100644
--- a/engines/gob/inter_v6.cpp
+++ b/engines/gob/inter_v6.cpp
@@ -117,7 +117,7 @@ void Inter_v6::o6_playVmdOrMusic() {
 	if (_vm->isCurrentTot("avt005.tot") && file.equalsIgnoreCase("MXRAMPART"))
 		file = "PLCOFDR2";
 
-	if (file == "RIEN") {
+	if (file == "RIEN") { // (French word for "nothing")
 		_vm->_vidPlayer->closeAll();
 		return;
 	}
@@ -133,7 +133,7 @@ void Inter_v6::o6_playVmdOrMusic() {
 //		warning("Urban/Playtoons Stub: Video/Music command -6 (cache video)");
 		return;
 	} else if (props.lastFrame == -7) {
-//		warning("Urban/Playtoons Stub: Video/Music command -6 (flush cache)");
+//		warning("Urban/Playtoons Stub: Video/Music command -7 (flush cache)");
 		return;
 	} else if ((props.lastFrame == -8) || (props.lastFrame == -9)) {
 		if (!file.contains('.'))
diff --git a/engines/gob/inter_v7.cpp b/engines/gob/inter_v7.cpp
index 5af2aba95e4..1f82d4b7469 100644
--- a/engines/gob/inter_v7.cpp
+++ b/engines/gob/inter_v7.cpp
@@ -716,7 +716,7 @@ void Inter_v7::o7_playVmdOrMusic() {
 //		warning("Urban/Playtoons Stub: Video/Music command -6 (cache video)");
 		return;
 	} else if (props.lastFrame == -7) {
-//		warning("Urban/Playtoons Stub: Video/Music command -6 (flush cache)");
+//		warning("Urban/Playtoons Stub: Video/Music command -7 (flush cache)");
 		return;
 	} else if ((props.lastFrame == -8) || (props.lastFrame == -9)) {
 		if (!file.contains('.'))




More information about the Scummvm-git-logs mailing list