mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Apply PR review changes
Co-authored-by: Misa Elizabeth Kai <infoteddy@infoteddy.info>
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
dedf941b25
commit
1fb0afb99d
@@ -5962,7 +5962,6 @@ void Game::customloadquick(const std::string& savfile)
|
||||
{
|
||||
map.currentregion = help.Int(pText);
|
||||
}
|
||||
#if !defined(NO_CUSTOM_LEVELS)
|
||||
else if (SDL_strcmp(pKey, "regions") == 0)
|
||||
{
|
||||
tinyxml2::XMLElement* pElem2;
|
||||
@@ -6001,7 +6000,6 @@ void Game::customloadquick(const std::string& savfile)
|
||||
map.setregion(thisid, thisrx, thisry, thisrx2, thisry2);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user