summaryrefslogtreecommitdiffstats
path: root/src/temp/player/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/temp/player/player.h')
-rw-r--r--src/temp/player/player.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/temp/player/player.h b/src/temp/player/player.h
index 9ecad35b..cf0e8e01 100644
--- a/src/temp/player/player.h
+++ b/src/temp/player/player.h
@@ -40,8 +40,8 @@ typedef struct Pla_Obj_t_ Pla_Obj_t;
struct Pla_Obj_t_
{
unsigned fFixed : 1; // fixed node
- unsigned Depth : 7; // the depth in terms of LUTs/PLAs
- unsigned nRefs : 24; // the number of references
+ unsigned Depth : 31; // the depth in terms of LUTs/PLAs
+ int nRefs; // the number of references
Vec_Int_t vSupp[2]; // supports in two frames
Esop_Cube_t * pCover[2]; // esops in two frames
};