mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
@ -73,8 +73,8 @@ private:
|
||||
hsMutex m_critsect;
|
||||
};
|
||||
|
||||
struct NetMsgChannel : hsAtomicRefCnt {
|
||||
NetMsgChannel() : hsAtomicRefCnt(0) { }
|
||||
struct NetMsgChannel : hsRefCnt {
|
||||
NetMsgChannel() : hsRefCnt(0) { }
|
||||
|
||||
uint32_t m_protocol;
|
||||
bool m_server;
|
||||
|
Reference in New Issue
Block a user