[server] Update CScriptHttps ctor/dtor

This commit is contained in:
RD42
2023-11-25 23:11:23 +08:00
parent ce2fc48592
commit a9834084b4
2 changed files with 6 additions and 2 deletions

View File

@ -5,7 +5,10 @@
CScriptHttps::CScriptHttps()
{
// TODO: CScriptHttps::CScriptHttps() W: .text:004809D0 L: .text:080EA240
for (int i=0; i<200; i++)
{
field_0[i] = 0;
}
}
//----------------------------------------------------------------------------------