1
0
Fork 0

correct error

This commit is contained in:
mBornand 2020-05-08 08:53:16 +02:00 committed by Alexander Harkness
parent ad05e9e3f4
commit eaae8be44b
No known key found for this signature in database
GPG Key ID: 5187245ADF160B76
1 changed files with 1 additions and 3 deletions

View File

@ -191,8 +191,6 @@ static const sCoords BigO1Spruce[] =
/* 2 */ {0, 2}, {1, 2},
} ;
static const sCoords BigO0[] = {};
typedef struct
@ -227,7 +225,7 @@ static const sCoordsArr BigOPineLayers[] =
static const sCoordsArr BigOSpruceLayersV1[] =
{
{BigO1Spruce, ARRAYCOUNT(BigO1Spruce)},
{BigO0, ARRAYCOUNT(BigO0)},
{nullptr, 0},
};
static const sCoordsArr BigOSpruceLayersV2[] =