[Scummvm-git-logs] scummvm master -> bba3e8d6ba673f8f5e44919982760e0b7c0c7031
AndywinXp
noreply at scummvm.org
Sun Oct 1 07:58:12 UTC 2023
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:
bba3e8d6ba SWORD1: Fix typo in a comment
Commit: bba3e8d6ba673f8f5e44919982760e0b7c0c7031
https://github.com/scummvm/scummvm/commit/bba3e8d6ba673f8f5e44919982760e0b7c0c7031
Author: AndywinXp (andywinxp at gmail.com)
Date: 2023-10-01T09:58:07+02:00
Commit Message:
SWORD1: Fix typo in a comment
Changed paths:
engines/sword1/objectman.cpp
diff --git a/engines/sword1/objectman.cpp b/engines/sword1/objectman.cpp
index 02509334f4c..a12505cb7a7 100644
--- a/engines/sword1/objectman.cpp
+++ b/engines/sword1/objectman.cpp
@@ -235,7 +235,7 @@ void ObjectMan::mainLoopPatch() {
// This patch is available in every executable after the
// original UK one. Its purpose is to turn off scripts which
// were causing issues by continuing running past their scope.
- // The patch, as descripted within the the original source
+ // The patch, as descripted within the original source
// code, checks if the game is past the Syria section,
// and if so it checks if the Market Stall section is still
// alive, and if so it closes both the section (45) and
More information about the Scummvm-git-logs
mailing list