[Scummvm-git-logs] scummvm master -> f874c42eca1a719319a413e4679b92abef5f196d
bluegr
noreply at scummvm.org
Wed Dec 25 15:10:10 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:
f874c42eca JANITORIAL: BLADERUNNER: Fix typo
Commit: f874c42eca1a719319a413e4679b92abef5f196d
https://github.com/scummvm/scummvm/commit/f874c42eca1a719319a413e4679b92abef5f196d
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2024-12-25T17:10:07+02:00
Commit Message:
JANITORIAL: BLADERUNNER: Fix typo
Changed paths:
engines/bladerunner/slice_animations.cpp
diff --git a/engines/bladerunner/slice_animations.cpp b/engines/bladerunner/slice_animations.cpp
index f20471e7da7..60c0650c8d6 100644
--- a/engines/bladerunner/slice_animations.cpp
+++ b/engines/bladerunner/slice_animations.cpp
@@ -324,7 +324,7 @@ void SliceAnimations::updatePagesList(Page &page, bool newPage) {
}
_lastUsedPage = &page;
- // Don't cleanup everytime, only when allocating new pages
+ // Don't cleanup every time, only when allocating new pages
if (newPage) {
cleanupOutdatedPages();
}
More information about the Scummvm-git-logs
mailing list