summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Generating/Trees.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Generating/Trees.cpp b/src/Generating/Trees.cpp
index f5323dee9..54e8bd166 100644
--- a/src/Generating/Trees.cpp
+++ b/src/Generating/Trees.cpp
@@ -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[] =