BADMODEL and WINGS can now be -Defined

This commit is contained in:
Zeno Rogue 2020-05-25 02:27:04 +02:00
parent d94ed622b7
commit 0ca6153cc9
1 changed files with 4 additions and 0 deletions

View File

@ -50,9 +50,13 @@ struct hpcshape {
#define SIDE_BSHA 12
#define SIDEPARS 13
#ifndef BADMODEL
#define BADMODEL 0
#endif
#ifndef WINGS
static const int WINGS = (BADMODEL ? 1 : 4);
#endif
typedef array<hpcshape, WINGS+1> hpcshape_animated;