1
0

Implemented the msSpongePrint merge strategy.

Similar to msImprint, but allows prefabs to carve out air pockets, too. The sponge block is used as the NOP block.
This commit is contained in:
madmaxoft
2014-03-28 18:03:37 +01:00
parent 113343d336
commit 8557549cfa
4 changed files with 68 additions and 13 deletions

View File

@@ -127,7 +127,7 @@ const cPrefab::sDef g_NetherFortPrefabs1[] =
7, /* 1, 2, 3 CCW rotations */
// Merge strategy:
cBlockArea::msImprint,
cBlockArea::msSpongePrint,
}, // BalconyCorridor
@@ -253,7 +253,7 @@ const cPrefab::sDef g_NetherFortPrefabs1[] =
7, /* 1, 2, 3 CCW rotations */
// Merge strategy:
cBlockArea::msImprint,
cBlockArea::msSpongePrint,
},
} ; // g_NetherFortPrefabs1
@@ -421,7 +421,7 @@ const cPrefab::sDef g_NetherFortStartingPrefabs1[] =
7, /* 1, 2, 3 CCW rotations */
// Merge strategy:
cBlockArea::msImprint,
cBlockArea::msSpongePrint,
},
} ; // g_NetherFortStartingPrefabs1