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:
Misa
2020-04-14 19:29:19 -07:00
committed by Ethan Lee
parent fd7d6076e0
commit 5b9c6a9680
2 changed files with 19 additions and 19 deletions

View File

@@ -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);