[Scummvm-cvs-logs] scummvm master -> 29d10d14972bd1ca0463ec555e01b845f387b3d4
eriktorbjorn
eriktorbjorn at telia.com
Fri Aug 14 08:27:09 CEST 2015
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:
29d10d1497 SHERLOCK: Fix comment typo
Commit: 29d10d14972bd1ca0463ec555e01b845f387b3d4
https://github.com/scummvm/scummvm/commit/29d10d14972bd1ca0463ec555e01b845f387b3d4
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2015-08-14T08:26:06+02:00
Commit Message:
SHERLOCK: Fix comment typo
Changed paths:
engines/sherlock/scalpel/scalpel_darts.cpp
diff --git a/engines/sherlock/scalpel/scalpel_darts.cpp b/engines/sherlock/scalpel/scalpel_darts.cpp
index 37de92c..87f4566 100644
--- a/engines/sherlock/scalpel/scalpel_darts.cpp
+++ b/engines/sherlock/scalpel/scalpel_darts.cpp
@@ -391,7 +391,7 @@ int Darts::doPowerBar(const Common::Point &pt, byte color, int goToPower, bool i
// Reached target power for a computer player
done = true;
else if (goToPower == 0) {
- // Check for pres
+ // Check for press
if (dartHit())
done = true;
}
More information about the Scummvm-git-logs
mailing list