🎨 Use semantic element
This commit is contained in:
parent
fa1f58e586
commit
77f15d4e9c
1 changed files with 1 additions and 1 deletions
|
|
@ -4032,7 +4032,7 @@ bool OperateShrineSecluded(int pnum)
|
|||
if (pnum != myplr)
|
||||
return true;
|
||||
|
||||
std::fill(&automapview[0][0], &automapview[0][0] + sizeof(automapview), true);
|
||||
std::fill(&automapview[0][0], &automapview[DMAXX - 1][DMAXX - 1], true);
|
||||
|
||||
InitDiabloMsg(EMSG_SHRINE_SECLUDED);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue