1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-30 01:07:57 +00:00

fix hyperroid builds

- add cap guards where necessary
- adapt to new `shiftpoint` datatype and function interfaces thereof
This commit is contained in:
still-flow
2020-10-05 21:48:56 +03:00
parent 872301c7cf
commit a8691f0d8e
7 changed files with 15 additions and 5 deletions

View File

@@ -605,6 +605,7 @@ EX void configure() {
};
}
#if CAP_COMMANDLINE
int readArgs() {
using namespace arg;
@@ -621,6 +622,7 @@ int readArgs() {
}
auto fundamentalhook = addHook(hooks_args, 100, readArgs);
#endif
EX }