mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-09 11:38:22 +00:00
Fixed INetChannelHandler::ChangeSplitscreenUser not being a pure virtual function
This commit is contained in:
parent
4f05d150cc
commit
e2caff0391
@ -42,7 +42,7 @@ public:
|
|||||||
|
|
||||||
virtual void FileSent(const char *fileName, unsigned int transferID, bool isReplayDemoFile) = 0; // we sent a file
|
virtual void FileSent(const char *fileName, unsigned int transferID, bool isReplayDemoFile) = 0; // we sent a file
|
||||||
|
|
||||||
virtual bool ChangeSplitscreenUser(int);
|
virtual bool ChangeSplitscreenUser(int) = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define PROCESS_NET_MESSAGE( name ) \
|
#define PROCESS_NET_MESSAGE( name ) \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user