Fixed: MattKing's change to RANDOM to fix issue where it was only random once.

This commit is contained in:
jsmorley
2010-02-28 14:19:35 +00:00
parent ed07f986fc
commit 2dbf79c6e6
2 changed files with 11 additions and 3 deletions

View File

@ -40,6 +40,7 @@ private:
hqMathParser* m_Parser;
static hqStrMap* c_VarMap;
static bool c_RandSeeded;
int m_UpdateRandom;
int m_LowBound;