🎨 Use semantic element

This commit is contained in:
Anders Jenbo 2021-04-21 20:09:32 +02:00 committed by GitHub
commit 77f15d4e9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);