mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-06 12:27:57 +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() {
|
||||
rv_hook(hooks_cellgen, 100, may_set_cell);
|
||||
rogueviz::rv_hook(hooks_cellgen, 100, may_set_cell);
|
||||
}
|
||||
|
||||
int args() {
|
||||
|
Reference in New Issue
Block a user