From 558887c1f10db77a5e32f605b28f4e2f7804c864 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sat, 1 Mar 2014 00:15:41 +0100 Subject: VOYEUR: Fix the value of the CMapResource used in the fading of showConversionScreen() --- engines/voyeur/voyeur.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/voyeur') diff --git a/engines/voyeur/voyeur.cpp b/engines/voyeur/voyeur.cpp index 0ce1084ff4..e1891454ef 100644 --- a/engines/voyeur/voyeur.cpp +++ b/engines/voyeur/voyeur.cpp @@ -220,7 +220,7 @@ void VoyeurEngine::showConversionScreen() { return; // Fade out the screen - cMap = _bVoy->getCMapResource(0x5040000); + cMap = _bVoy->getCMapResource(0x504); cMap->_steps = 30; cMap->startFade(); if (shouldQuit()) -- cgit v1.2.3