mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-31 02:14:09 +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:
@@ -97,7 +97,7 @@ public:
|
||||
|
||||
bool gettype(int t);
|
||||
|
||||
int getcompanion(int t);
|
||||
int getcompanion();
|
||||
|
||||
int getplayer();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user