From 406cc5a553989d7e6ff511eb47371b1d8ccf6dc9 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Sat, 20 Feb 2016 11:43:05 +0100 Subject: MOHAWK: Default to the first card when jumping to the intro stack --- engines/mohawk/console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mohawk') diff --git a/engines/mohawk/console.cpp b/engines/mohawk/console.cpp index 93fa05fdbe..fd79e53b07 100644 --- a/engines/mohawk/console.cpp +++ b/engines/mohawk/console.cpp @@ -121,7 +121,7 @@ static const uint16 default_start_card[12] = { 10000, 2000, 5038, - 2, // TODO: Should be 1? + 1, 1, 6122, 4134, -- cgit v1.2.3