1
0
Fork 1
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:
Andrei Kortunov 2018-09-11 14:05:44 +04:00
parent 947f20ddb9
commit f0919f51e9

View file

@ -38,7 +38,7 @@ namespace Compiler
{
case 'l':
Generator::report (mCode, mLiterals, "%g");
Generator::report (mCode, mLiterals, "%d");
break;
case 'f':