mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 20:53:50 +00:00
Fix integer result formatting of scripting functions
This commit is contained in:
parent
947f20ddb9
commit
f0919f51e9
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ namespace Compiler
|
|||
{
|
||||
case 'l':
|
||||
|
||||
Generator::report (mCode, mLiterals, "%g");
|
||||
Generator::report (mCode, mLiterals, "%d");
|
||||
break;
|
||||
|
||||
case 'f':
|
||||
|
|
Loading…
Reference in a new issue