and one more "int" which should be "float" ( at the moment )

This commit is contained in:
Titus Tscharntke 2013-10-02 22:31:04 +00:00
parent d2f0591bfa
commit b38e7cb054
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ protected:
float sizeNoEnergy; float sizeNoEnergy;
float speed; float speed;
float gravity; float gravity;
int emissionRate; float emissionRate;
int energyMax; int energyMax;
int energyVar; int energyVar;
string mode; string mode;