[Scummvm-git-logs] scummvm master -> fc74b5f2a23caef5003fcad4ed9f0fe0d81ead8d
eriktorbjorn
noreply at scummvm.org
Sun Dec 12 13:06: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:
fc74b5f2a2 SHERLOCK: Fix overlapping text in Serrated Scalpel's darts minigame
Commit: fc74b5f2a23caef5003fcad4ed9f0fe0d81ead8d
https://github.com/scummvm/scummvm/commit/fc74b5f2a23caef5003fcad4ed9f0fe0d81ead8d
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2021-12-12T14:05:33+01:00
Commit Message:
SHERLOCK: Fix overlapping text in Serrated Scalpel's darts minigame
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 2b81cb71f4..d43a4f1af2 100644
--- a/engines/sherlock/scalpel/scalpel_darts.cpp
+++ b/engines/sherlock/scalpel/scalpel_darts.cpp
@@ -122,7 +122,7 @@ void Darts::playDarts() {
screen.print(Common::Point(DART_INFO_X, DART_INFO_Y + 30), PLAYER_COLOR, "%s Wins!", _opponent.c_str());
}
- screen.print(Common::Point(DART_INFO_X, DART_INFO_Y + 4), DART_COL_FORE, "Press a key");
+ screen.print(Common::Point(DART_INFO_X, DART_INFO_Y + 40), DART_COL_FORE, "Press a key");
idx = 10;
done = true;
More information about the Scummvm-git-logs
mailing list