Effective C++ Violations down by over 5000.

I think that was the biggest batch.
This commit is contained in:
Jason Felds
2011-03-14 16:25:53 -04:00
parent 8a7877f9d1
commit 628a74a792
3 changed files with 42 additions and 4 deletions
-2
View File
@@ -12,8 +12,6 @@
#include "CommonMetrics.h"
#include <float.h>
#define ONE( arr ) { for( unsigned Z = 0; Z < ARRAYLEN(arr); ++Z ) arr[Z]=1.0f; }
ThemeMetric<float> RANDOM_SPEED_CHANCE ( "PlayerOptions", "RandomSpeedChance" );
ThemeMetric<float> RANDOM_REVERSE_CHANCE ( "PlayerOptions", "RandomReverseChance" );
ThemeMetric<float> RANDOM_DARK_CHANCE ( "PlayerOptions", "RandomDarkChance" );