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

sev- noreply at scummvm.org
Thu May 30 00:35:46 UTC 2024


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:
fe5669f9d4 JANITORIAL: Fix commend formatting


Commit: fe5669f9d48bbd2588f5e833116947a3d3394647
    https://github.com/scummvm/scummvm/commit/fe5669f9d48bbd2588f5e833116947a3d3394647
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-05-30T02:35:24+02:00

Commit Message:
JANITORIAL: Fix commend formatting

Changed paths:
    engines/director/debugtools.cpp


diff --git a/engines/director/debugtools.cpp b/engines/director/debugtools.cpp
index 2fc667f5b28..6ef6aa7cfe6 100644
--- a/engines/director/debugtools.cpp
+++ b/engines/director/debugtools.cpp
@@ -1939,20 +1939,20 @@ static const char *toString(ScriptType scriptType) {
 static const char *toIcon(CastType castType) {
 	static const char *castTypes[] = {
 		"",        // Empty
-		"\uf79e",  // Bitmap			// backround_dot_large
+		"\uf79e",  // Bitmap		// backround_dot_large
 		"\ue8da",  // FilmLoop		// theaters
 		"\uf6f1",  // Text			// match_case
 		"\ue40a",  // Palette		// palette
 		"\uefa2",  // Picture		// imagesmode
 		"\ue050",  // Sound			// volume_up
-		"\uf4ab",  // Button			// slab_serif
+		"\uf4ab",  // Button		// slab_serif
 		"\ue602",  // Shape			// shapes
 		"\ue02c",  // Movie			// movie
 		"\uf49a",  // DigitalVideo	// animated_images
-		"\uf0c8",  // Script			// forms_apps_script
+		"\uf0c8",  // Script		// forms_apps_script
 		"\uf4f1",  // RTE			// brand_family
 		"?",       // ???
-		"\uf50c"}; // Transition		// transition_fade
+		"\uf50c"}; // Transition	// transition_fade
 	if (castType < 0 || castType > kCastTransition)
 		return "";
 	return castTypes[(int)castType];




More information about the Scummvm-git-logs mailing list