Fixed some compiler warnings. Added error if game is running.
This commit is contained in:
@@ -123,6 +123,8 @@ public:
|
||||
|
||||
protected:
|
||||
|
||||
NetPacket &operator=(const NetPacket& right); // not allowed
|
||||
|
||||
void Check(const NetPacketHeader *data) const;
|
||||
virtual void InternalCheck(const NetPacketHeader *data) const = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user