mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
Fix integer result formatting of scripting functions
This commit is contained in:
parent
947f20ddb9
commit
f0919f51e9
@ -38,7 +38,7 @@ namespace Compiler
|
|||||||
{
|
{
|
||||||
case 'l':
|
case 'l':
|
||||||
|
|
||||||
Generator::report (mCode, mLiterals, "%g");
|
Generator::report (mCode, mLiterals, "%d");
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'f':
|
case 'f':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user