1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-07 09:13:02 +00:00

rogueviz:: removed dep on collatz

This commit is contained in:
Zeno Rogue
2020-03-29 14:41:24 +02:00
parent ed58bc9c6c
commit 2d39bac2ef
3 changed files with 8 additions and 3 deletions

View File

@@ -822,8 +822,7 @@ bool drawVertex(const transmatrix &V, cell *c, shmup::monster *m) {
}
}
if(kind == kCollatz)
collatz::act(vd, c, m, i);
callhooks(hooks_drawvertex, vd, c, m, i);
return true;
}