Start materials
This commit is contained in:
parent
c79d21857b
commit
d0bbd09856
3 changed files with 126 additions and 39 deletions
2
map.h
2
map.h
|
@ -557,6 +557,8 @@ void LCR_mapGetBlockShape(uint8_t blockType, uint8_t transform,
|
|||
ADD(6,0,6) ADD(6,4,6) ADD(6,4,5) // right
|
||||
ADD(0,4,5) ADD(6,4,5) ADD(0,4,6) // top
|
||||
ADD(0,4,6) ADD(6,4,5) ADD(6,4,6)
|
||||
// fall through
|
||||
|
||||
case LCR_BLOCK_RAMP_CURVED:
|
||||
{
|
||||
uint8_t plusZ = blockType == LCR_BLOCK_RAMP_CURVED;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue