mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 18:04:09 +03:00
Remove map.numteleporters
This removes the separate length-tracking variable map.numteleporters, in favor of using map.teleporters.size().
This commit is contained in:
@@ -411,7 +411,6 @@ std::string mapclass::getglitchname(int x, int y)
|
||||
void mapclass::initmapdata()
|
||||
{
|
||||
//Set up static map information like teleporters and shiny trinkets.
|
||||
numteleporters = 17;
|
||||
setteleporter(0, 0);
|
||||
setteleporter(0, 16);
|
||||
setteleporter(2, 4);
|
||||
|
||||
Reference in New Issue
Block a user