aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sherlock/tattoo/tattoo_darts.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sherlock/tattoo/tattoo_darts.cpp b/engines/sherlock/tattoo/tattoo_darts.cpp
index 512358933d..a430ad5a62 100644
--- a/engines/sherlock/tattoo/tattoo_darts.cpp
+++ b/engines/sherlock/tattoo/tattoo_darts.cpp
@@ -85,6 +85,9 @@ void Darts::playDarts(GameType gameType) {
bool done = false;
const char *const NUM_HITS_STR[3] = { "a", FIXED(Double), FIXED(Triple) };
+ // Set the game mode
+ _gameType = gameType;
+
screen.setFont(7);
_spacing = screen.fontHeight() + 2;