renamed hook to floor_hook in floorshapes.cpp

This commit is contained in:
Zeno Rogue 2018-09-10 17:23:24 +02:00
parent f53961658b
commit de82b54163
1 changed files with 1 additions and 1 deletions

View File

@ -689,7 +689,7 @@ void viewmat() {
}
#if CAP_COMMANDLINE
auto hook =
auto floor_hook =
addHook(hooks_args, 100, [] () {
using namespace arg;
if(argis("-floordebug")) { floorshape_debug = true; return 0; }