diff --git a/server/scrhttps.cpp b/server/scrhttps.cpp index 8ec110b..d376d01 100644 --- a/server/scrhttps.cpp +++ b/server/scrhttps.cpp @@ -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; + } } //---------------------------------------------------------------------------------- diff --git a/server/scrhttps.h b/server/scrhttps.h index 98f8cb6..c208ffb 100644 --- a/server/scrhttps.h +++ b/server/scrhttps.h @@ -5,9 +5,10 @@ class CScriptHttps // size: 800 { private: - char _gap0[800]; + int field_0[200]; public: CScriptHttps(); + ~CScriptHttps() {}; }; #endif