From f169e1e7255989142457ca85fca26e412a5986df Mon Sep 17 00:00:00 2001 From: Daveo Date: Wed, 22 Aug 2001 15:09:54 +0000 Subject: [PATCH] --- source/game/bosstext.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/game/bosstext.cpp b/source/game/bosstext.cpp index 9828e99fd..530e0806e 100644 --- a/source/game/bosstext.cpp +++ b/source/game/bosstext.cpp @@ -156,7 +156,7 @@ void CBossText::select(int _dontChangeMusic) ---------------------------------------------------------------------- */ void CBossText::think(int _frames) { - if(!CFader::isFading()) + if(!CFader::isFading() && !m_readyToExit) { int pad; pad=PadGetDown(0); @@ -185,7 +185,7 @@ void CBossText::think(int _frames) Params: Returns: ---------------------------------------------------------------------- */ -DVECTOR pos={256,170}; +const DVECTOR pos={256,170}; void CBossText::render() { SpriteBank *sb; @@ -195,6 +195,7 @@ void CBossText::render() POLY_FT4 *ft4; const BOSS_DATA *bd; + if(CFader::isFading() && m_readyToExit) return; // Scroll effect type thingy stuff sb=GameScene.getSpriteBank(); fhCorner=sb->getFrameHeader(FRM__HELPBOX1);