mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-20 15:40:26 +00:00
renamed hook to floor_hook in floorshapes.cpp
This commit is contained in:
parent
f53961658b
commit
de82b54163
@ -689,7 +689,7 @@ void viewmat() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if CAP_COMMANDLINE
|
#if CAP_COMMANDLINE
|
||||||
auto hook =
|
auto floor_hook =
|
||||||
addHook(hooks_args, 100, [] () {
|
addHook(hooks_args, 100, [] () {
|
||||||
using namespace arg;
|
using namespace arg;
|
||||||
if(argis("-floordebug")) { floorshape_debug = true; return 0; }
|
if(argis("-floordebug")) { floorshape_debug = true; return 0; }
|
||||||
|
Loading…
Reference in New Issue
Block a user