mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user