[Scummvm-git-logs] scummvm master -> 8c1c45d9b3f6857f9fe95c36b07a755c71e232c0
eriktorbjorn
noreply at scummvm.org
Sun Nov 28 18:30:09 UTC 2021
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:
8c1c45d9b3 SHERLOCK: Fix comment typo
Commit: 8c1c45d9b3f6857f9fe95c36b07a755c71e232c0
https://github.com/scummvm/scummvm/commit/8c1c45d9b3f6857f9fe95c36b07a755c71e232c0
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2021-11-28T19:29:47+01:00
Commit Message:
SHERLOCK: Fix comment typo
Changed paths:
engines/sherlock/tattoo/tattoo_scene.cpp
diff --git a/engines/sherlock/tattoo/tattoo_scene.cpp b/engines/sherlock/tattoo/tattoo_scene.cpp
index 628e8a3b7a..8001b10eba 100644
--- a/engines/sherlock/tattoo/tattoo_scene.cpp
+++ b/engines/sherlock/tattoo/tattoo_scene.cpp
@@ -80,7 +80,7 @@ bool TattooScene::loadScene(const Common::String &filename) {
talk._talkToAbort = false;
}
- // Check if it's a scene we need to keep trakc track of how many times we've visited
+ // Check if it's a scene we need to keep track of how many times we've visited
for (int idx = (int)_sceneTripCounters.size() - 1; idx >= 0; --idx) {
if (_sceneTripCounters[idx]._sceneNumber == _currentScene) {
if (--_sceneTripCounters[idx]._numTimes == 0) {
More information about the Scummvm-git-logs
mailing list