[Scummvm-git-logs] scummvm master -> 40e55a9a754e540f36df521e9ff0624f13f40b6a
bluegr
noreply at scummvm.org
Sun Aug 4 00:40:09 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:
40e55a9a75 JANITORIAL: DRACI: Fix typos in comments
Commit: 40e55a9a754e540f36df521e9ff0624f13f40b6a
https://github.com/scummvm/scummvm/commit/40e55a9a754e540f36df521e9ff0624f13f40b6a
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2024-08-04T03:40:06+03:00
Commit Message:
JANITORIAL: DRACI: Fix typos in comments
Changed paths:
engines/draci/walking.cpp
diff --git a/engines/draci/walking.cpp b/engines/draci/walking.cpp
index 3deae7d2fbf..b6ab5da455b 100644
--- a/engines/draci/walking.cpp
+++ b/engines/draci/walking.cpp
@@ -106,7 +106,7 @@ Common::Point WalkingMap::findNearestWalkable(int startX, int startY) const {
// The place where, eventually, the result coordinates will be stored
Common::Point finalPos;
- // Auxilliary array of multiplicative coefficients for reflecting points.
+ // Auxiliary array of multiplicative coefficients for reflecting points.
static const int kSigns[] = { 1, -1 };
// Check all 8 reflections of the basic point.
More information about the Scummvm-git-logs
mailing list