mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Remove map.numshinytrinkets
This removes map.numshinytrinkets in favor of using map.shinytrinkets.size(). Having automatic length tracking is much less error-prone and less tedious.
This commit is contained in:
@@ -430,7 +430,6 @@ void mapclass::initmapdata()
|
||||
setteleporter(18, 1);
|
||||
setteleporter(18, 7);
|
||||
|
||||
numshinytrinkets = 18;
|
||||
settrinket(14, 4);
|
||||
settrinket(13, 6);
|
||||
settrinket(11, 12);
|
||||
|
||||
Reference in New Issue
Block a user