mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-10 12:17:39 +00:00
fixup to qtm
This commit is contained in:
@@ -79,7 +79,7 @@ bool may_set_cell(cell *c, int d, cell *from) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void enable() {
|
void enable() {
|
||||||
rv_hook(hooks_cellgen, 100, may_set_cell);
|
rogueviz::rv_hook(hooks_cellgen, 100, may_set_cell);
|
||||||
}
|
}
|
||||||
|
|
||||||
int args() {
|
int args() {
|
||||||
|
Reference in New Issue
Block a user