mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
make OBJECTTYPE::Exists() const
This commit is contained in:
@@ -592,7 +592,7 @@ LBENODE* OBJECTTYPE::GetLBEPointer(unsigned int index)
|
||||
|
||||
}
|
||||
|
||||
bool OBJECTTYPE::exists()
|
||||
bool OBJECTTYPE::exists() const
|
||||
{
|
||||
return(this && ubNumberOfObjects && usItem);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user