Deobfuscated null characters
This commit is contained in:
parent
5f0754b23c
commit
0c018a9fd6
1 changed files with 2 additions and 2 deletions
|
@ -1296,11 +1296,11 @@ int TextScriptProc()
|
||||||
if (c[0] & 0x80)
|
if (c[0] & 0x80)
|
||||||
{
|
{
|
||||||
c[1] = gTS.data[gTS.p_read + 1];
|
c[1] = gTS.data[gTS.p_read + 1];
|
||||||
c[2] = 0;
|
c[2] = '\0';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
c[1] = 0;
|
c[1] = '\0';
|
||||||
}
|
}
|
||||||
|
|
||||||
//Print text
|
//Print text
|
||||||
|
|
Loading…
Add table
Reference in a new issue