From 33f82d7ca4a1709503b6bcbe3d6845236286525f Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 1 Mar 2001 21:07:38 +0000 Subject: [PATCH] --- source/gfx/fader.cpp | 4 ++-- source/gfx/fader.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/gfx/fader.cpp b/source/gfx/fader.cpp index 3e214627d..72969de6f 100644 --- a/source/gfx/fader.cpp +++ b/source/gfx/fader.cpp @@ -76,7 +76,7 @@ BubicleEmitterData s_fadeBubicleSpawner= 10, // m_life 0,0,0, // m_vx,m_vdx,m_vxmax -200,0,0, // m_vy,m_vdy,m_vymax - 18,12, // m_w,m_h + 27,18, // m_w,m_h 0, // m_dvSizeChange 0,0, // m_theta,m_vtheta 0,0,0, // m_wobbleWidth,m_vwobbleWidth,m_vdwobbleWidth @@ -88,7 +88,7 @@ BubicleEmitterData s_fadeBubicleSpawner= 10, // m_life 0,0,0, // m_vx,m_vdx,m_vxmax 50,0,0, // m_vy,m_vdy,m_vymax - 3,3, // m_w,m_h + 4,4, // m_w,m_h 0, // m_dvSizeChange 0,100, // m_theta,m_vtheta 10,0,0, // m_wobbleWidth,m_vwobbleWidth,m_vdwobbleWidth diff --git a/source/gfx/fader.h b/source/gfx/fader.h index 6f1a4925e..259323a31 100644 --- a/source/gfx/fader.h +++ b/source/gfx/fader.h @@ -53,7 +53,7 @@ private: // Bubble style FADE_BORDER_SIZE=80, FADE_SMOOTH_BORDER_SIZE=60, - BUBBLES_PER_FRAME=30, + BUBBLES_PER_FRAME=15, // Both styles FADE_SPEED=3,