mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-09 05:24:17 +00:00
Try disable nullptr hack(1)
This commit is contained in:
parent
8d75f9404f
commit
3e58eb6f1d
@ -42,11 +42,12 @@ public:
|
||||
{
|
||||
return Get() != other.Get();
|
||||
}
|
||||
|
||||
#if 0
|
||||
bool operator !=(my_nullptr_t &null1)
|
||||
{
|
||||
return Get() != (edict_t*)0;
|
||||
}
|
||||
#endif
|
||||
bool operator !=(int null1)
|
||||
{
|
||||
return Get() != (edict_t*)null1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user