mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Light cleanup of SQVM_PrintFunc
This commit is contained in:
parent
cc3d7d3afc
commit
be01006ca0
@ -154,7 +154,7 @@ SQRESULT SQVM_PrintFunc(HSQUIRRELVM v, SQChar* fmt, ...)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
vmStrAnsi = vmStrAnsi = Plat_GetProcessUpTime();;
|
vmStrAnsi = Plat_GetProcessUpTime();;
|
||||||
vmStrAnsi.append(SQVM_ANSI_LOG_T[static_cast<SQInteger>(context)]);
|
vmStrAnsi.append(SQVM_ANSI_LOG_T[static_cast<SQInteger>(context)]);
|
||||||
}
|
}
|
||||||
vmStrAnsi.append(buf);
|
vmStrAnsi.append(buf);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user