mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Remove unused function entityclass::changecustomcollect()
Looks like all accesses on obj.customcollect are done manually, so this function is unused.
This commit is contained in:
@@ -94,11 +94,6 @@ void entityclass::confirmflags()
|
||||
}
|
||||
}
|
||||
|
||||
void entityclass::changecustomcollect( int t, int s )
|
||||
{
|
||||
collect[t] = s;
|
||||
}
|
||||
|
||||
int entityclass::swncolour( int t )
|
||||
{
|
||||
//given colour t, return colour in setcol
|
||||
|
||||
Reference in New Issue
Block a user