1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 17:37:39 +00:00
This commit is contained in:
Zeno Rogue
2019-06-28 09:44:40 +02:00
parent 08145d5446
commit de05d11cbd
2 changed files with 22 additions and 15 deletions

View File

@@ -4334,7 +4334,9 @@ void initShape(int sg, int id);
extern int usershape_changes;
static const int WINGS = 4;
#define BADMODEL 0
static const int WINGS = (BADMODEL ? 1 : 4);
typedef array<hpcshape, WINGS+1> hpcshape_animated;