mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-08 23:20:12 +00:00
hooks_draw no longer prevents other shmup::monsters from displaying
This commit is contained in:
parent
8caa1f1354
commit
a7fa9d7525
@ -3193,7 +3193,7 @@ bool drawMonster(const transmatrix& V, cell *c, const transmatrix*& Vboat, trans
|
|||||||
int q = ptds.size();
|
int q = ptds.size();
|
||||||
if(q != isize(ptds) && !m->inBoat) pushdown(c, q, view, zlev, true, false);
|
if(q != isize(ptds) && !m->inBoat) pushdown(c, q, view, zlev, true, false);
|
||||||
|
|
||||||
if(callhandlers(false, hooks_draw, V, c, m)) return false;
|
if(callhandlers(false, hooks_draw, V, c, m)) continue;
|
||||||
|
|
||||||
switch(m->type) {
|
switch(m->type) {
|
||||||
case moPlayer:
|
case moPlayer:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user