[Scummvm-git-logs] scummvm master -> a83dc63fbca03e180f0d50f5094972437e7b4610
bluegr
noreply at scummvm.org
Tue Dec 17 20:58:22 UTC 2024
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:
a83dc63fbc JANITORIAL: DGDS: Fix typos
Commit: a83dc63fbca03e180f0d50f5094972437e7b4610
https://github.com/scummvm/scummvm/commit/a83dc63fbca03e180f0d50f5094972437e7b4610
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2024-12-17T22:58:18+02:00
Commit Message:
JANITORIAL: DGDS: Fix typos
Changed paths:
engines/dgds/head.cpp
diff --git a/engines/dgds/head.cpp b/engines/dgds/head.cpp
index 96c53897b29..a3ed8df778c 100644
--- a/engines/dgds/head.cpp
+++ b/engines/dgds/head.cpp
@@ -96,7 +96,7 @@ void TalkDataHead::drawHeadType3Beamish(Graphics::ManagedSurface *dst, const Tal
continue;
ImageFlipMode flip = kImageFlipNone;
- // Yes, the numerical values are revesed here (1 -> 2 and 2 -> 1).
+ // Yes, the numerical values are reversed here (1 -> 2 and 2 -> 1).
// The head flip flags are reversed from the image draw flags.
if (frame._flipFlags & 1)
flip = static_cast<ImageFlipMode>(flip & kImageFlipH);
@@ -205,7 +205,7 @@ void Conversation::loadData(uint16 dlgFileNum, uint16 dlgNum, int16 sub) {
_ttmScript->load(fname, _ttmEnv);
_ttmScript->findAndAddSequences(_ttmEnv, _ttmSeqs);
- // The scripts are desiged so the resources are patchable, but by default
+ // The scripts are designed so the resources are patchable, but by default
// they use the sound and image data from the CDS file.
_ttmEnv._soundRaw = _sound;
_ttmEnv._scriptShapes[0] = _img;
More information about the Scummvm-git-logs
mailing list