1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-24 22:23:18 +00:00

removed Janko from the web version since it does not work for some reason

This commit is contained in:
Zeno Rogue 2020-04-12 20:42:48 +02:00
parent 85a404bfe8
commit 5c96a82f80

View File

@ -2,6 +2,8 @@
#include "../hyper.h"
#if !ISWEB
namespace hr {
eGeometry gJanko1(eGeometry(-1));
@ -27,7 +29,7 @@ struct jmatrix : array<array<int, 7>, 7> {
};
vector<jmatrix> jms;
unordered_map<jmatrix, int> ids;
std::unordered_map<jmatrix, int> ids;
jmatrix J, Z, id;
@ -142,3 +144,4 @@ auto shot_hooks = addHook(hooks_args, 100, [] {
}
#endif