From 5de0eb90453646d29e5d195a5150650c44acab1b Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Sun, 25 Sep 2016 10:03:13 +0200 Subject: MOHAWK: Fix the tower rotation line to be white instead of black This was a regression from the default palette change. Fixes #9567. --- engines/mohawk/myst_stacks/myst.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mohawk') diff --git a/engines/mohawk/myst_stacks/myst.cpp b/engines/mohawk/myst_stacks/myst.cpp index bd50c4feb3..ffab55fa1f 100644 --- a/engines/mohawk/myst_stacks/myst.cpp +++ b/engines/mohawk/myst_stacks/myst.cpp @@ -3271,7 +3271,7 @@ void Myst::towerRotationMapDrawLine(const Common::Point ¢er, const Common::P color = pf.RGBToColor(0xFF, 0, 0); // Red } else { if (!_towerRotationOverSpot) - color = 0x00; // White + color = 0xFF; // White else color = 0xF9; // Red } -- cgit v1.2.3