mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-22 23:17:04 +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();
|
||||
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) {
|
||||
case moPlayer:
|
||||
|
Loading…
Reference in New Issue
Block a user