1
0
Fork 0

Added Prefab initializers to SELFTEST code.

This commit is contained in:
madmaxoft 2014-04-17 17:50:52 +02:00
parent be091800f8
commit afb20132fe
1 changed files with 13 additions and 1 deletions

View File

@ -91,7 +91,19 @@ static const cPrefab::sDef g_TestPrefabDef =
7, /* 1, 2, 3 CCW rotations */
// Merge strategy:
cBlockArea::msImprint
cBlockArea::msImprint,
// ShouldExtendFloor:
false,
// DefaultWeight:
10,
// DepthWeight:
"",
// AddWeightIfSame:
1000,
};
static cPrefab g_TestPrefab(g_TestPrefabDef);