mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-22 23:17:04 +00:00
shmup:: fixed pink tortoises
This commit is contained in:
parent
774c8a9744
commit
035532ef26
@ -3166,7 +3166,7 @@ bool celldrawer::draw_shmup_monster() {
|
||||
c->stuntime = 1 + (m->stunoff - curtime-1)/300;
|
||||
if(hasHitpoints(m->type))
|
||||
c->hitpoints = m->hitpoints;
|
||||
if(m->type == moTortoise) tortoise::emap[c] = getBits(m->torigin);
|
||||
if(m->type == moTortoise) tortoise::emap[c] = getBits(m->torigin) & ((1<<tortoise::numbits)-1);
|
||||
/* if(m->type == moMimic && GDIM == 3)
|
||||
drawMonsterType(m->type, c, view * spin(-M_PI/2), col, m->footphase); */
|
||||
/* else if(GDIM == 3)
|
||||
|
Loading…
Reference in New Issue
Block a user