mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 22:39:53 +00:00
removed Janko from the web version since it does not work for some reason
This commit is contained in:
parent
85a404bfe8
commit
5c96a82f80
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
#include "../hyper.h"
|
#include "../hyper.h"
|
||||||
|
|
||||||
|
#if !ISWEB
|
||||||
|
|
||||||
namespace hr {
|
namespace hr {
|
||||||
|
|
||||||
eGeometry gJanko1(eGeometry(-1));
|
eGeometry gJanko1(eGeometry(-1));
|
||||||
@ -27,7 +29,7 @@ struct jmatrix : array<array<int, 7>, 7> {
|
|||||||
};
|
};
|
||||||
|
|
||||||
vector<jmatrix> jms;
|
vector<jmatrix> jms;
|
||||||
unordered_map<jmatrix, int> ids;
|
std::unordered_map<jmatrix, int> ids;
|
||||||
|
|
||||||
jmatrix J, Z, id;
|
jmatrix J, Z, id;
|
||||||
|
|
||||||
@ -142,3 +144,4 @@ auto shot_hooks = addHook(hooks_args, 100, [] {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user