More type conversion warning cleanup; some minor refactoring in the phase bar while I was cleaning up the warnings.

This commit is contained in:
wrenczes
2010-10-28 06:57:34 +00:00
parent 98627d96ba
commit fadd36c0c4
6 changed files with 68 additions and 67 deletions

View File

@@ -5,8 +5,8 @@
#define STATS_CREATURE_MULTIPLIER 10
//floats
#define STATS_AURA_MULTIPLIER 0.9
#define STATS_LORD_MULTIPLIER 0.5
#define STATS_AURA_MULTIPLIER 0.9f
#define STATS_LORD_MULTIPLIER 0.5f
#include <list>
#include <string>