mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-25 16:37:00 +00:00
more updates, missing CAP_COMMANDLINE added
This commit is contained in:
parent
c10985dd4a
commit
b63b4a810b
@ -678,12 +678,13 @@ void viewmat() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if CAP_COMMANDLINE
|
||||||
auto hook =
|
auto 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; }
|
||||||
else return 1;
|
else return 1;
|
||||||
});
|
});
|
||||||
|
#endif
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -344,7 +344,7 @@ extern "C" void Java_com_roguetemple_hyperroid_HyperRogue_update
|
|||||||
mousex = _mousex;
|
mousex = _mousex;
|
||||||
mousey = _mousey;
|
mousey = _mousey;
|
||||||
clicked = _clicked;
|
clicked = _clicked;
|
||||||
nticks = _ticks;
|
ticks = _ticks;
|
||||||
uploadAll(MOBPAR_ACTUAL);
|
uploadAll(MOBPAR_ACTUAL);
|
||||||
UNLOCK
|
UNLOCK
|
||||||
// delref;
|
// delref;
|
||||||
|
Loading…
Reference in New Issue
Block a user