mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Cast Random result to float (bug #5175)
This commit is contained in:
parent
4efdc88f1a
commit
bde4a38181
3 changed files with 3 additions and 4 deletions
|
@ -489,7 +489,7 @@ namespace Compiler
|
|||
parseArguments ("l", scanner);
|
||||
|
||||
Generator::random (mCode);
|
||||
mOperands.push_back ('l');
|
||||
mOperands.push_back ('f');
|
||||
|
||||
mNextOperand = false;
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue