mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +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() {
|
void enable() {
|
||||||
addHook(hooks_cellgen, 100, may_set_cell);
|
rv_hook(hooks_cellgen, 100, may_set_cell);
|
||||||
}
|
}
|
||||||
|
|
||||||
int args() {
|
int args() {
|
||||||
|
Loading…
Reference in New Issue
Block a user