[Scummvm-cvs-logs] scummvm master -> 92093d267fc17edd0b9f0467c93c08718f959ae4

bluegr md5 at scummvm.org
Tue Mar 8 14:25:58 CET 2011


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:
92093d267f SCI: Fixed typos


Commit: 92093d267fc17edd0b9f0467c93c08718f959ae4
    https://github.com/scummvm/scummvm/commit/92093d267fc17edd0b9f0467c93c08718f959ae4
Author: md5 (md5 at scummvm.org)
Date: 2011-03-08T05:24:59-08:00

Commit Message:
SCI: Fixed typos

Changed paths:
    engines/sci/engine/gc.cpp
    engines/sci/engine/vm_types.cpp



diff --git a/engines/sci/engine/gc.cpp b/engines/sci/engine/gc.cpp
index 1f24e68..d205763 100644
--- a/engines/sci/engine/gc.cpp
+++ b/engines/sci/engine/gc.cpp
@@ -43,7 +43,7 @@ const char *segmentTypeNames[] = {
 	"nodes",     // 7
 	"hunk",      // 8
 	"dynmem",    // 9
-	"obsolete",  // 10: obsolete system strings
+	"obsolete",  // 10: obsolete string fragments
 	"array",     // 11: SCI32 arrays
 	"string"     // 12: SCI32 strings
 };
diff --git a/engines/sci/engine/vm_types.cpp b/engines/sci/engine/vm_types.cpp
index e14c0ca..e606fa1 100644
--- a/engines/sci/engine/vm_types.cpp
+++ b/engines/sci/engine/vm_types.cpp
@@ -220,7 +220,7 @@ bool reg_t::pointerComparisonWithInteger(const reg_t right) const {
 	// Hoyle 3, Pachisi, when any opponent is about to talk
 	// SQ1, room 28, when throwing water at the Orat
 	// SQ1, room 58, when giving the ID card to the robot
-	// SQ4 CD, at the first game screen, when the narrator is about to talk
+	// SQ4 CD, at the first game screen, when the narrator is about to speak
 	return (isPointer() && right.isNumber() && right.offset <= 2000 && getSciVersion() <= SCI_VERSION_1_1);
 }
 






More information about the Scummvm-git-logs mailing list