- fixed FxFRandom setup which used a path in FxRandom that is no longer supported.
This commit is contained in:
parent
f99bba48dc
commit
e643582957
2 changed files with 15 additions and 6 deletions
|
|
@ -1257,10 +1257,11 @@ public:
|
|||
class FxRandom : public FxExpression
|
||||
{
|
||||
protected:
|
||||
bool EmitTail;
|
||||
bool EmitTail = false;
|
||||
FRandom *rng;
|
||||
FxExpression *min, *max;
|
||||
|
||||
FxRandom(EFxType type, FRandom * r, const FScriptPosition &pos);
|
||||
public:
|
||||
|
||||
FxRandom(FRandom *, FxExpression *mi, FxExpression *ma, const FScriptPosition &pos, bool nowarn);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue