[Scummvm-git-logs] scummvm master -> 8f1f61e2f538a81da444ee2bbca659931dd2350a

bluegr bluegr at gmail.com
Wed Sep 15 20:03:42 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:
8f1f61e2f5 GROOVIE: Fix comments


Commit: 8f1f61e2f538a81da444ee2bbca659931dd2350a
    https://github.com/scummvm/scummvm/commit/8f1f61e2f538a81da444ee2bbca659931dd2350a
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2021-09-15T23:03:34+03:00

Commit Message:
GROOVIE: Fix comments

Changed paths:
    engines/groovie/clangame.cpp
    engines/groovie/tlcgame.cpp


diff --git a/engines/groovie/clangame.cpp b/engines/groovie/clangame.cpp
index fc9c5b6a5b..287bb7fc1c 100644
--- a/engines/groovie/clangame.cpp
+++ b/engines/groovie/clangame.cpp
@@ -24,7 +24,7 @@
 
 namespace Groovie {
 
-// This a list of files for background music. These list is hard-coded in the TLC player.
+// This a list of files for background music. This list is hardcoded in the Clandestiny player.
 const char *kClanMusicFiles[] = {"mbf_arb1.mpg", "mbf_arm1.mpg", "mbf_bal1.mpg", "mbf_c2p2.mpg", "act18mus.mpg", "act15mus.mpg", "act21mus.mpg",
 										  "act05mus.mpg", "act04mus.mpg", "act23mus.mpg", "act17mus.mpg", "act03mus.mpg", "act06mus.mpg", "act19mus.mpg",
 										  "act07mus.mpg", "mbf_mne1.mpg", "act24mus.mpg", "act24mus.mpg", "act14mus.mpg", "act20mus.mpg", "act15mus.mpg",
diff --git a/engines/groovie/tlcgame.cpp b/engines/groovie/tlcgame.cpp
index efcd14b200..456ba46edd 100644
--- a/engines/groovie/tlcgame.cpp
+++ b/engines/groovie/tlcgame.cpp
@@ -33,7 +33,7 @@
 
 namespace Groovie {
 
-// This a list of files for background music. These list is hard-coded in the TLC player.
+// This a list of files for background music. This list is hardcoded in the TLC player.
 const char *kTlcMusicFiles[] = {"ep01epm.mpg", "ep01tatm.mpg", "amb_hs.mpg", "amb_mr.mpg", "amb_kr.mpg", "amb_mo.mpg", "music_rc.mpg", "amb_ds.mpg", "amb_ds3.mpg",
 								"amb_jr.mpg", "amb_mr4.mpg", "amb_jr4.mpg", "amb_jr2.mpg", "amb_kr2.mpg", "amb_mr2.mpg", "amb_br.mpg", "amb_ds2.mpg", "amb_jr3.mpg",
 								"amb_ds4.mpg", "amb_kr3.mpg", "amb_to1.mpg", "amb_to2.mpg", "ep02epm.mpg", "ep02tatm.mpg", "ep03epm.mpg", "ep03tatm.mpg", "ep04epm.mpg",




More information about the Scummvm-git-logs mailing list