diff --git a/dlls/whandle.h b/dlls/whandle.h index 0a528b36..7cb0813b 100644 --- a/dlls/whandle.h +++ b/dlls/whandle.h @@ -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;