mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-26 01:50:36 +00:00
fixed regrouping dogs disappearing
This commit is contained in:
parent
ce632ff9d5
commit
9efa497b66
@ -2308,7 +2308,7 @@ bool drawMonster(const transmatrix& Vparam, int ct, cell *c, color_t col) {
|
|||||||
// cwtV * rgpushxto0(inverse(cwtV) * tC0(Vs));
|
// cwtV * rgpushxto0(inverse(cwtV) * tC0(Vs));
|
||||||
}
|
}
|
||||||
if(c->monst == moHunterChanging)
|
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)
|
if(c->monst == moShadow)
|
||||||
|
Loading…
Reference in New Issue
Block a user