SHERLOCK: Fix comment typo

This commit is contained in:
Torbjörn Andersson 2015-08-14 08:26:06 +02:00
parent fe1c2d7c6a
commit 29d10d1497

View File

@ -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;
}