mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Remove unused function entityclass::confirmflags()
Same as before, flags can never be the number 2, and never could be even before I changed all flags to be bools. Also this function is unused.
This commit is contained in:
@@ -78,14 +78,6 @@ void entityclass::resetallflags()
|
||||
}
|
||||
}
|
||||
|
||||
void entityclass::confirmflags()
|
||||
{
|
||||
for (int i = 0; i < 100; i++)
|
||||
{
|
||||
if (flags[i] == 2) flags[i] = 1;
|
||||
}
|
||||
}
|
||||
|
||||
int entityclass::swncolour( int t )
|
||||
{
|
||||
//given colour t, return colour in setcol
|
||||
|
||||
Reference in New Issue
Block a user