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

Helco noreply at scummvm.org
Sat Feb 7 12:56:50 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:
c68e0ee787 ALCACHOFA: fix "conatins" typo in graphics.cpp


Commit: c68e0ee787cdb82136891d1f4a2e59756ce0f10c
    https://github.com/scummvm/scummvm/commit/c68e0ee787cdb82136891d1f4a2e59756ce0f10c
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2026-02-07T13:56:41+01:00

Commit Message:
ALCACHOFA: fix "conatins" typo in graphics.cpp

Changed paths:
    engines/alcachofa/graphics.cpp


diff --git a/engines/alcachofa/graphics.cpp b/engines/alcachofa/graphics.cpp
index 7849d71d177..5c50d72822c 100644
--- a/engines/alcachofa/graphics.cpp
+++ b/engines/alcachofa/graphics.cpp
@@ -680,7 +680,7 @@ void Font::load() {
 	Point cellSize;
 	for (auto image : _images) {
 		if (image == nullptr)
-			continue; // the russian variant of adventuradecine-remastered unfortunately conatins fake images
+			continue; // the russian variant of adventuradecine-remastered unfortunately contains fake images
 		if (g_engine->isV3() && image == _images[128])
 			continue;
 		cellSize.x = MAX(cellSize.x, image->w);




More information about the Scummvm-git-logs mailing list