[Scummvm-cvs-logs] scummvm master -> 558887c1f10db77a5e32f605b28f4e2f7804c864
Strangerke
Strangerke at scummvm.org
Sat Mar 1 00:17:19 CET 2014
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
558887c1f1 VOYEUR: Fix the value of the CMapResource used in the fading of showConversionScreen()
Commit: 558887c1f10db77a5e32f605b28f4e2f7804c864
https://github.com/scummvm/scummvm/commit/558887c1f10db77a5e32f605b28f4e2f7804c864
Author: Strangerke (strangerke at scummvm.org)
Date: 2014-02-28T15:15:41-08:00
Commit Message:
VOYEUR: Fix the value of the CMapResource used in the fading of showConversionScreen()
Changed paths:
engines/voyeur/voyeur.cpp
diff --git a/engines/voyeur/voyeur.cpp b/engines/voyeur/voyeur.cpp
index 0ce1084..e189145 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())
More information about the Scummvm-git-logs
mailing list