mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
stash
This commit is contained in:
@@ -499,7 +499,7 @@ std::map<Terrain, std::pair<SDL_Color, SDL_Color> > CMinimap::loadColors()
|
||||
{
|
||||
std::map<Terrain, std::pair<SDL_Color, SDL_Color> > ret;
|
||||
|
||||
for(auto & terrain : Terrain::Manager::terrains())
|
||||
for(auto & terrain : VLC->terrainTypeHandler::terrains())
|
||||
{
|
||||
auto & m = Terrain::Manager::getInfo(terrain);
|
||||
SDL_Color normal =
|
||||
|
||||
Reference in New Issue
Block a user