fixed regrouping dogs disappearing

This commit is contained in:
Zeno Rogue 2019-03-04 20:10:49 +01:00
parent ce632ff9d5
commit 9efa497b66
1 changed files with 1 additions and 1 deletions

View File

@ -2308,7 +2308,7 @@ bool drawMonster(const transmatrix& Vparam, int ct, cell *c, color_t col) {
// cwtV * rgpushxto0(inverse(cwtV) * tC0(Vs));
}
if(c->monst == moHunterChanging)
Vs = Vs * cspin(DIM-1, DIM, M_PI);
Vs = Vs * cspin(DIM-2, DIM-1, M_PI);
}
if(c->monst == moShadow)