comparison LOD.cpp @ 130:7b12505a23c0

7.11.12
author Ritor1
date Wed, 07 Nov 2012 22:09:43 +0600
parents a84fb3752681
children d2ca891da89f
comparison
equal deleted inserted replaced
129:fe45d65251a5 130:7b12505a23c0
2041 2041
2042 //----- (004617B6) -------------------------------------------------------- 2042 //----- (004617B6) --------------------------------------------------------
2043 void LOD::FileHeader::Reset() 2043 void LOD::FileHeader::Reset()
2044 { 2044 {
2045 this->pSignature[0] = 0; 2045 this->pSignature[0] = 0;
2046 this->array_000004[0] = 0; 2046 this->LodVersion[0] = 0;
2047 this->array_000054[0] = 0; 2047 this->LodDescription[0] = 0;
2048 this->dword_0000A4 = 0; 2048 this->dword_0000A4 = 0;
2049 this->dword_0000A8 = 0; 2049 this->dword_0000A8 = 0;
2050 this->uNumIndices = 0; 2050 this->uNumIndices = 0;
2051 } 2051 }
2052 2052