mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-10 06:16:00 +00:00
fix hyperroid builds
- add cap guards where necessary - adapt to new `shiftpoint` datatype and function interfaces thereof
This commit is contained in:
@@ -843,7 +843,9 @@ int surface_args() {
|
||||
}
|
||||
#endif
|
||||
|
||||
#if CAP_COMMANDLINE
|
||||
auto surface_hook = addHook(hooks_args, 100, surface_args);
|
||||
#endif
|
||||
|
||||
void display_coverage() {
|
||||
|
||||
|
Reference in New Issue
Block a user