I don't know why in the hell these values were positive but i'm going to hit someone. fixes issue 622.

This commit is contained in:
AJ Kelly
2011-11-04 15:37:23 -05:00
parent 5b1d0bc8d9
commit f8da50b52f
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -8,6 +8,11 @@ ________________________________________________________________________________
StepMania 5.0 $next | 2011xxxx StepMania 5.0 $next | 2011xxxx
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
2011/11/04
* [ScoreKeeperRave] Revert fix from 2011/10/28. [AJ]
* [ScoreKeeperRave] Fixed Miss and HitMine giving meter life.
(Fixes issue 622.) [AJ]
2011/11/02 2011/11/02
---------- ----------
* [ArchHooks] Add the GetArchName lua binding. To the themers that use * [ArchHooks] Add the GetArchName lua binding. To the themers that use
+2 -2
View File
@@ -21,8 +21,8 @@ static const float g_fSuperMeterPercentChangeInit[] =
+0.02f, // SE_W3 +0.02f, // SE_W3
+0.00f, // SE_W4 +0.00f, // SE_W4
+0.00f, // SE_W5 +0.00f, // SE_W5
+0.20f, // SE_Miss -0.20f, // SE_Miss
+0.40f, // SE_HitMine -0.40f, // SE_HitMine
-0.02f, // SE_CheckpointMiss -0.02f, // SE_CheckpointMiss
+0.04f, // SE_Held +0.04f, // SE_Held
-0.20f, // SE_LetGo -0.20f, // SE_LetGo