From 5a2f31f5c2791b4758265323e8f1b11ffdbc2292 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Sun, 23 Apr 2006 06:23:41 +0000 Subject: [PATCH] Changed slaveshield throbbing rate to match the 3DO. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2317 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/planets/plangen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/sc2code/planets/plangen.c b/sc2/src/sc2code/planets/plangen.c index 9143c6ad7..beaa9d587 100644 --- a/sc2/src/sc2code/planets/plangen.c +++ b/sc2/src/sc2code/planets/plangen.c @@ -616,7 +616,7 @@ CreateShieldMask (void) // SetShieldThrobEffect adjusts the red levels in the shield glow graphic // the throbbing cycle MUST be == 0 (mod MAP_WIDTH), or it will go // out of sync with RenderLevelMasks() -#define SHIELD_THROBS 6 +#define SHIELD_THROBS 12 // throb cycles per revolution #define THROB_CYCLE ((MAP_WIDTH << 8) / SHIELD_THROBS) #define THROB_HALF_CYCLE (THROB_CYCLE >> 1)