[Scummvm-git-logs] scummvm master -> 73f781bc957985c7d420d166c99b7f3dd30237db

neuromancer neuromancer at users.noreply.github.com
Mon Jul 5 08:04:46 UTC 2021


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:
73f781bc95 PRIVATE: fixed typos in fPoliceClip documentation


Commit: 73f781bc957985c7d420d166c99b7f3dd30237db
    https://github.com/scummvm/scummvm/commit/73f781bc957985c7d420d166c99b7f3dd30237db
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2021-07-05T10:04:30+02:00

Commit Message:
PRIVATE: fixed typos in fPoliceClip documentation

Changed paths:
    engines/private/funcs.cpp


diff --git a/engines/private/funcs.cpp b/engines/private/funcs.cpp
index ba9e676e4f..db1844b5f5 100644
--- a/engines/private/funcs.cpp
+++ b/engines/private/funcs.cpp
@@ -642,8 +642,8 @@ static void fAMRadioClip(ArgArray args) {
 static void fPoliceClip(ArgArray args) {
 	assert(args.size() <= 4 || args.size() == 6);
 	fAddSound(args[0].u.str, "PoliceClip");
-	// In the original, the flag is triggered when the clip is played, but here we just change
-	// the flag when the clip is added to play. The effect for the played, is mostly the same.
+	// In the original, the variable is updated when the clip is played, but here we just update
+	// the variable when the clip is added to play. The effect for the player, is mostly the same.
 	if (args.size() == 6) {
 		assert(args[4].type == NAME);
 		assert(args[5].type == NUM);




More information about the Scummvm-git-logs mailing list