Remove unused function entityclass::changecollect()

Looks like all access on obj.collect are done manually, so this function
is unused.
This commit is contained in:
Misa
2020-04-08 23:48:51 -07:00
committed by Ethan Lee
parent c24e2abfad
commit a6340f356e
2 changed files with 0 additions and 8 deletions

View File

@@ -94,12 +94,6 @@ void entityclass::confirmflags()
}
}
void entityclass::changecollect( int t, int s )
{
collect[t] = s;
}
void entityclass::changecustomcollect( int t, int s )
{
collect[t] = s;