[Scummvm-git-logs] scummvm master -> 3c6c15e1a9e7c4800732124b326b5023abc82d00

eriktorbjorn noreply at scummvm.org
Mon Mar 31 04:10:51 UTC 2025


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:
3c6c15e1a9 SCUMM: Fix comment typo


Commit: 3c6c15e1a9e7c4800732124b326b5023abc82d00
    https://github.com/scummvm/scummvm/commit/3c6c15e1a9e7c4800732124b326b5023abc82d00
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2025-03-31T06:10:41+02:00

Commit Message:
SCUMM: Fix comment typo

Changed paths:
    engines/scumm/script_v5.cpp


diff --git a/engines/scumm/script_v5.cpp b/engines/scumm/script_v5.cpp
index 133d3d281b1..07eb71b54f8 100644
--- a/engines/scumm/script_v5.cpp
+++ b/engines/scumm/script_v5.cpp
@@ -694,7 +694,7 @@ void ScummEngine_v5::o5_add() {
 	// WORKAROUND: In the Sega CD version of MI1, after you tell the Men of
 	// Low Moral Fiber (pirates) that the governor has been kidnapped, there
 	// is supposed to be three follow-up conversation options. But only the
-	// the first one ("Why are you jus standing around...") is actually
+	// the first one ("Why are you just standing around...") is actually
 	// visible. This is because where the script is supposed to add 8 pixels
 	// to the Y position of the text, it instead adds 8 lines. It was still
 	// possible to select them, you just couldn't see them.




More information about the Scummvm-git-logs mailing list