mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Remove now-unused parameter 't' from mapclass::setteleporter()
This was previously used to set the indice of the teleporter, but now that we do push_back() it's no longer necessary and is now unused.
This commit is contained in:
@@ -26,7 +26,7 @@ public:
|
||||
|
||||
int intpol(int a, int b, float c);
|
||||
|
||||
void setteleporter(int t, int x, int y);
|
||||
void setteleporter(int x, int y);
|
||||
|
||||
void settrinket(int t, int x, int y);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user