Updated xdynentityclient
This commit is contained in:
parent
64b5471ea4
commit
b7c7eff1b5
@ -17,7 +17,14 @@ XDynEntityClient::~XDynEntityClient()
|
|||||||
|
|
||||||
void XDynEntityClient::ParseData(QDataStream *aStream)
|
void XDynEntityClient::ParseData(QDataStream *aStream)
|
||||||
{
|
{
|
||||||
|
if (GetPtr())
|
||||||
|
{
|
||||||
|
*aStream
|
||||||
|
>> mPhysObjId
|
||||||
|
>> mFlags
|
||||||
|
>> mLightingHandle
|
||||||
|
>> mHealth;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void XDynEntityClient::Clear()
|
void XDynEntityClient::Clear()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user