mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-20 07:53:51 +00:00
Merge pull request #1918 from akortunov/formattingfix
Fix integer result formatting of scripting functions
This commit is contained in:
commit
6bb8d8a728
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue