[Scummvm-git-logs] scummvm master -> 941fce96861f264f1a3b4c4120afddaa46c6c298
eriktorbjorn
noreply at scummvm.org
Mon Jul 11 19:35:13 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:
941fce9686 SCUMM: Fix comment typo
Commit: 941fce96861f264f1a3b4c4120afddaa46c6c298
https://github.com/scummvm/scummvm/commit/941fce96861f264f1a3b4c4120afddaa46c6c298
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2022-07-11T21:34:16+02:00
Commit Message:
SCUMM: Fix comment typo
Changed paths:
engines/scumm/gfx.cpp
diff --git a/engines/scumm/gfx.cpp b/engines/scumm/gfx.cpp
index ebc7f3e6bce..5b38148c6ab 100644
--- a/engines/scumm/gfx.cpp
+++ b/engines/scumm/gfx.cpp
@@ -900,7 +900,7 @@ const byte *ScummEngine::postProcessV1Graphics(VirtScreen *vs, int &pitch, int &
}
} else if (vs->number == kTextVirtScreen) {
- // For EGA, the omly colors that need remapping are for the kTextVirtScreen.
+ // For EGA, the only colors that need remapping are for the kTextVirtScreen.
for (int h = height; h; --h) {
for (int w = width; w; --w)
*dst++ = _gdi->remapColorToRenderMode(*src++);
More information about the Scummvm-git-logs
mailing list