mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Remove unused argument of entityclass::getcompanion()
The argument provided to entityclass::getcompanion() does absolutely nothing. Remove it, and update all callers.
This commit is contained in:
@@ -4309,7 +4309,7 @@ bool entityclass::gettype( int t )
|
||||
return false;
|
||||
}
|
||||
|
||||
int entityclass::getcompanion( int t )
|
||||
int entityclass::getcompanion()
|
||||
{
|
||||
//Returns the index of the companion with rule t
|
||||
for (int i = 0; i < nentity; i++)
|
||||
|
||||
Reference in New Issue
Block a user