mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Remove now-unused function entityclass::changeflag()
It's now unused after I changed it so that every obj.flags access is done directly, instead of going through this function.
This commit is contained in:
@@ -36,8 +36,6 @@ public:
|
||||
|
||||
void changecustomcollect(int t, int s);
|
||||
|
||||
void changeflag(int t, bool s);
|
||||
|
||||
void fatal_top()
|
||||
{
|
||||
createblock(DAMAGE, -8, -8, 384, 16);
|
||||
|
||||
Reference in New Issue
Block a user