mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +00:00
rogueviz::qtm:: fixed to rv_hook not addHook
This commit is contained in:
parent
8bcbf6d863
commit
e0547c3a91
@ -79,7 +79,7 @@ bool may_set_cell(cell *c, int d, cell *from) {
|
||||
}
|
||||
|
||||
void enable() {
|
||||
addHook(hooks_cellgen, 100, may_set_cell);
|
||||
rv_hook(hooks_cellgen, 100, may_set_cell);
|
||||
}
|
||||
|
||||
int args() {
|
||||
|
Loading…
Reference in New Issue
Block a user