VCC does not like float constants ...

This commit is contained in:
Titus Tscharntke 2013-06-13 21:29:03 +00:00
parent 7a6b59ddb1
commit ee20fbd37b
2 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,7 @@ using namespace Shared::Graphics;
namespace Glest{ namespace Game{
const float Tileset::standardAirHeight= 5.0f;
// =====================================================
// class AmbientSounds
// =====================================================

View File

@ -120,7 +120,7 @@ public:
static const int surfCount= 6;
static const int objCount= 10;
static const int transitionVars= 2; //number or different transition textures
static const float standardAirHeight= 5.f;
static const float standardAirHeight;
public:
typedef vector<float> SurfProbs;