From e72bddeea0eadec871f6bdca98170c15d8d703e6 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 4 Mar 2003 02:56:43 +0000 Subject: disable some smush code -> this allows the COMI demo to get into the canon scene. Not sure if this causes any regressions, please tell me if you find any svn-id: r6686 --- scumm/smush/scumm_renderer.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scumm/smush') diff --git a/scumm/smush/scumm_renderer.cpp b/scumm/smush/scumm_renderer.cpp index 0d04d541b7..39836cea23 100644 --- a/scumm/smush/scumm_renderer.cpp +++ b/scumm/smush/scumm_renderer.cpp @@ -232,11 +232,16 @@ ScummRenderer::~ScummRenderer() { _scumm->_imuseDigital->pause(false); } _scumm->_sound->pauseBundleMusic(false); +#if 0 + // FIXME - enabling this breaks the COMI demo. OTOH I am not aware + // what disabling this breaks... if anybody knows of any regressions + // turning this off causes, please tell me. _scumm->_fullRedraw = 1; _scumm->redrawBGAreas(); for (int32 i = 0; i < _scumm->NUM_ACTORS; i++) _scumm->derefActor(i)->needRedraw = true; _scumm->processActors(); +#endif } bool ScummRenderer::wait(int32 ms) { -- cgit v1.2.3