forked from teamnwah/openmw-tes3coop
minor cleanup
This commit is contained in:
parent
73d48a95f6
commit
88e8659a49
1 changed files with 2 additions and 1 deletions
|
@ -557,7 +557,8 @@ namespace MWMechanics
|
|||
float fPerDieRollMult = gmst.find("fPerDieRollMult")->getFloat();
|
||||
float fPerTempMult = gmst.find("fPerTempMult")->getFloat();
|
||||
|
||||
float x,y = 0;
|
||||
float x = 0;
|
||||
float y = 0;
|
||||
|
||||
float roll = static_cast<float> (std::rand()) / RAND_MAX * 100;
|
||||
|
||||
|
|
Loading…
Reference in a new issue