mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-31 02:14:09 +03:00
Region system PR review changes
Fixes errors or oversights with the region system for the PR review
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
1fb0afb99d
commit
54b2aaae96
@@ -229,16 +229,6 @@ void Game::init(void)
|
||||
|
||||
customcol=0;
|
||||
|
||||
map.currentregion = 0;
|
||||
for (size_t i = 0; i < SDL_arraysize(map.region); i++)
|
||||
{
|
||||
map.region[i].isvalid = false;
|
||||
map.region[i].rx = 0;
|
||||
map.region[i].ry = 0;
|
||||
map.region[i].rx2 = 0;
|
||||
map.region[i].ry2 = 0;
|
||||
}
|
||||
|
||||
SDL_memset(crewstats, false, sizeof(crewstats));
|
||||
SDL_memset(ndmresultcrewstats, false, sizeof(ndmresultcrewstats));
|
||||
SDL_memset(besttimes, -1, sizeof(besttimes));
|
||||
|
||||
Reference in New Issue
Block a user