Deobfuscated null characters

This commit is contained in:
Clownacy 2019-04-25 16:26:37 +01:00
parent 5f0754b23c
commit 0c018a9fd6

View file

@ -1296,11 +1296,11 @@ int TextScriptProc()
if (c[0] & 0x80)
{
c[1] = gTS.data[gTS.p_read + 1];
c[2] = 0;
c[2] = '\0';
}
else
{
c[1] = 0;
c[1] = '\0';
}
//Print text