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

dwatteau noreply at scummvm.org
Fri Aug 19 21:31:23 UTC 2022


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:
a516588443 JANITORIAL: MOHAWK: Fix missing word from commit 27f9a460b5cfd803387be489e8afaf0570e7d3bb


Commit: a5165884435214ee384236bd1eb7407e31006c83
    https://github.com/scummvm/scummvm/commit/a5165884435214ee384236bd1eb7407e31006c83
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2022-08-19T23:29:04+02:00

Commit Message:
JANITORIAL: MOHAWK: Fix missing word from commit 27f9a460b5cfd803387be489e8afaf0570e7d3bb

Seen by macca8.

Changed paths:
    engines/mohawk/riven.cpp


diff --git a/engines/mohawk/riven.cpp b/engines/mohawk/riven.cpp
index a08b2240b00..5094c179e14 100644
--- a/engines/mohawk/riven.cpp
+++ b/engines/mohawk/riven.cpp
@@ -538,7 +538,7 @@ void MohawkEngine_Riven::loadLanguageDatafile(char prefix, uint16 stackId) {
 		if (stackId == kStackOspit && getLanguage() != Common::EN_ANY && getLanguage() != Common::RU_RUS) {
 			// WORKAROUND: The international CD versions were repacked for the 25th anniversary release
 			// so they share the same resources as the English DVD version. The resource IDs for the DVD
-			// version resources have a delta of 1 in their numbering when compared the CD version
+			// version resources have a delta of 1 in their numbering when compared to the CD version
 			// resources for Gehn's office. Unfortunately this delta was not compensated when repacking
 			// the archives. We need to do it here at run time...
 			mhk->offsetResourceIDs(ID_TBMP, 196, 1);




More information about the Scummvm-git-logs mailing list