mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-03-13 05:51:19 +00:00
Try make clang happy again
This commit is contained in:
parent
c4ce9bb1fa
commit
f40f69cb76
@ -37,13 +37,16 @@ public:
|
||||
Set(0);
|
||||
return 0;
|
||||
}
|
||||
operator int ()
|
||||
{
|
||||
return Get() != NULL;
|
||||
}
|
||||
|
||||
bool operator !=(EHBasePlayerItem &other)
|
||||
{
|
||||
return Get() != other.Get();
|
||||
}
|
||||
|
||||
|
||||
bool operator !=(my_nullptr_t &null)
|
||||
{
|
||||
return Get() != (edict_t*)0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user