Browse Source

🎨 Use semantic element

pull/1345/head
Anders Jenbo 5 years ago committed by GitHub
parent
commit
77f15d4e9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/objects.cpp

2
Source/objects.cpp

@ -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…
Cancel
Save