mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 22:45:15 -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':
|
||||
|
||||
Generator::report (mCode, mLiterals, "%g");
|
||||
Generator::report (mCode, mLiterals, "%d");
|
||||
break;
|
||||
|
||||
case 'f':
|
||||
|
Loading…
x
Reference in New Issue
Block a user