1
0
Fork 0

correct error

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

View File

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