mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 02:51:27 +00:00
Fix plNetClient.
This commit is contained in:
@ -171,7 +171,8 @@ void plAgeInfoStruct::CopyFrom(const NetAgeInfo & info) {
|
||||
StrToAnsi(tmp, info.ageDesc, arrsize(tmp));
|
||||
SetAgeDescription(tmp);
|
||||
|
||||
SetAgeInstanceGuid(&plUUID(info.ageInstId));
|
||||
plUUID inst(info.ageInstId);
|
||||
SetAgeInstanceGuid(&inst);
|
||||
SetAgeSequenceNumber(info.ageSequenceNumber);
|
||||
SetAgeLanguage(info.ageLanguage);
|
||||
}
|
||||
|
Reference in New Issue
Block a user