mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-23 09:57:41 +00:00
geometry flags part 1
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
namespace hr {
|
||||
|
||||
namespace binary {
|
||||
|
||||
#if CAP_BT
|
||||
enum bindir {
|
||||
bd_right = 0,
|
||||
bd_up_right = 1,
|
||||
@@ -215,6 +215,6 @@ auto bt_config = addHook(hooks_args, 0, [] () {
|
||||
return 1;
|
||||
});
|
||||
#endif
|
||||
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user