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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user