mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 09:50:34 +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 =
|
||||
addHook(hooks_args, 100, [] () {
|
||||
using namespace arg;
|
||||
if(argis("-floordebug")) { floorshape_debug = true; return 0; }
|
||||
else return 1;
|
||||
});
|
||||
|
||||
#endif
|
||||
|
||||
}
|
||||
|
@ -344,7 +344,7 @@ extern "C" void Java_com_roguetemple_hyperroid_HyperRogue_update
|
||||
mousex = _mousex;
|
||||
mousey = _mousey;
|
||||
clicked = _clicked;
|
||||
nticks = _ticks;
|
||||
ticks = _ticks;
|
||||
uploadAll(MOBPAR_ACTUAL);
|
||||
UNLOCK
|
||||
// delref;
|
||||
|
Loading…
Reference in New Issue
Block a user