1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 00:47:40 +00:00

fixed to compile in older compilers

This commit is contained in:
Zeno Rogue
2018-08-22 11:52:35 +02:00
parent 3b288f9e1d
commit 7df3a2471f
2 changed files with 3 additions and 3 deletions

View File

@@ -521,8 +521,8 @@ struct cell : gcell {
int heptagon::degree() { if(archimedean) return c7->type; else return S7; }
using heptspin = walker<heptagon>;
using cellwalker = walker<cell>;
typedef walker<heptagon> heptspin;
typedef walker<cell> cellwalker;
#define BUGCOLORS 3