mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-20 04:26:03 +08:00
Merge branch 'cs2' of https://github.com/alliedmodders/hl2sdk into cs2
This commit is contained in:
@ -126,7 +126,7 @@ public:
|
|||||||
bool operator!=( const CPlayerUserId &other ) const { return other._index != _index; }
|
bool operator!=( const CPlayerUserId &other ) const { return other._index != _index; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
short _index;
|
unsigned short _index;
|
||||||
};
|
};
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user