tweak automap colors
This commit is contained in:
parent
554594691e
commit
7250aeae66
2 changed files with 4 additions and 5 deletions
|
|
@ -346,8 +346,7 @@ std::string DebugCmdMapHide(const string_view parameter)
|
|||
{
|
||||
for (int x = 0; x < DMAXX; x++)
|
||||
for (int y = 0; y < DMAXY; y++)
|
||||
if (AutomapView[x][y] == MAP_EXP_SHRINE)
|
||||
AutomapView[x][y] = MAP_EXP_NONE;
|
||||
AutomapView[x][y] = MAP_EXP_NONE;
|
||||
|
||||
return "The way is made unclear when viewed from below";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue