mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 14:37:29 +08:00
[raknet] Fix doubled variable definition
This commit is contained in:
parent
4a3df886e2
commit
c4d9018f90
@ -41,7 +41,6 @@ public:
|
|||||||
RPCIndex GetIndexFromFunctionName(unsigned char uniqueIdentifier);
|
RPCIndex GetIndexFromFunctionName(unsigned char uniqueIdentifier);
|
||||||
void AddIdentifierWithFunction(unsigned char uniqueIdentifier, void *functionPointer, bool isPointerToMember);
|
void AddIdentifierWithFunction(unsigned char uniqueIdentifier, void *functionPointer, bool isPointerToMember);
|
||||||
protected:
|
protected:
|
||||||
DataStructures::List<RPCNode *> rpcSet;
|
|
||||||
RPCNode *rpcSet[RPC_SET_SIZE];
|
RPCNode *rpcSet[RPC_SET_SIZE];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user