[Scummvm-git-logs] scummvm master -> 91deeba820b6db4bff2fd4bb89d3acd5f1ba0ca4

OMGPizzaGuy noreply at scummvm.org
Sun Jan 4 18:43:52 UTC 2026


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:
91deeba820 ULTIMA: ULTIMA0: Fix typos in introduction


Commit: 91deeba820b6db4bff2fd4bb89d3acd5f1ba0ca4
    https://github.com/scummvm/scummvm/commit/91deeba820b6db4bff2fd4bb89d3acd5f1ba0ca4
Author: Matthew Jimenez (matthew.jimenez at outlook.com)
Date: 2026-01-04T12:42:58-06:00

Commit Message:
ULTIMA: ULTIMA0: Fix typos in introduction

Changed paths:
  A vcpkg_installed/vcpkg/blds/libmad/src/m-libmad-0-b009386def.clean
    engines/ultima/ultima0/views/intro.cpp


diff --git a/engines/ultima/ultima0/views/intro.cpp b/engines/ultima/ultima0/views/intro.cpp
index 8eda6e22b07..f98b8330e76 100644
--- a/engines/ultima/ultima0/views/intro.cpp
+++ b/engines/ultima/ultima0/views/intro.cpp
@@ -89,7 +89,7 @@ void Intro::draw() {
 		s.writeString(Common::Point(1, 12), "  Z       Statistics    Statistics");
 		s.writeString(Common::Point(1, 14), "  A       N/A           Attack");
 		s.writeString(Common::Point(1, 16), "  P       Pause         Pause");
-		s.writeString(Common::Point(1, 18), "  E       Go Into Town  Clibm Ladder");
+		s.writeString(Common::Point(1, 18), "  E       Go Into Town  Climb Ladder");
 		s.writeString(Common::Point(1, 20), "  E       Go Castle     Go Hole");
 		s.writeString(Common::Point(1, 22), "SPACE     Pass          Pass");
 		break;
@@ -97,7 +97,7 @@ void Intro::draw() {
 	case 4:
 		s.writeString(Common::Point(0, 2), "     Thou doest know the basics of");
 		s.writeString(Common::Point(0, 4), "the game, experiment with the commands.");
-		s.writeString(Common::Point(0, 6), "There is much left unsid for");
+		s.writeString(Common::Point(0, 6), "There is much left unsaid for");
 		s.writeString(Common::Point(0, 8), "thee to discover in the future...");
 		s.writeString(Common::Point(0, 10), "Go now unto the world and seek");
 		s.writeString(Common::Point(0, 12), "adventure where thou might!!!");
diff --git a/vcpkg_installed/vcpkg/blds/libmad/src/m-libmad-0-b009386def.clean b/vcpkg_installed/vcpkg/blds/libmad/src/m-libmad-0-b009386def.clean
new file mode 160000
index 00000000000..ee7c3cdd436
--- /dev/null
+++ b/vcpkg_installed/vcpkg/blds/libmad/src/m-libmad-0-b009386def.clean
@@ -0,0 +1 @@
+Subproject commit ee7c3cdd4361b7f7c7da52fa3ba9f76cc35230a9




More information about the Scummvm-git-logs mailing list