From 43e4f16377fe2d0ed99feaa15d6992df6fa34c7c Mon Sep 17 00:00:00 2001 From: sparky4 Date: Sat, 3 Sep 2016 18:34:54 -0500 Subject: [PATCH] ADDED _SEG Wwwww --- src/lib/typdefst.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/typdefst.h b/src/lib/typdefst.h index 5514e779..9a2f3320 100755 --- a/src/lib/typdefst.h +++ b/src/lib/typdefst.h @@ -188,6 +188,8 @@ typedef struct { byte ca_levelbit,ca_levelnum; int mapon; + _seg *grsegs[NUMCHUNKS]; + byte far grneeded[NUMCHUNKS]; //huffnode huffnode; } ca_t; -- 2.39.5