Remove now-unused parameter 't' from mapclass::settrinket()

This parameter used to be used to set the trinket based on indice, but
now that we push_back it's no longer used.
This commit is contained in:
Misa
2020-04-14 19:37:00 -07:00
committed by Ethan Lee
parent d43daa5fae
commit 4f7290440b
2 changed files with 20 additions and 20 deletions

View File

@@ -28,7 +28,7 @@ public:
void setteleporter(int x, int y);
void settrinket(int t, int x, int y);
void settrinket(int x, int y);
void resetmap();