aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/voyeur/voyeur.cpp2
1 files changed, 1 insertions, 1 deletions
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())