Start materials

This commit is contained in:
Miloslav Ciz 2024-10-06 21:53:11 +02:00
parent c79d21857b
commit d0bbd09856
3 changed files with 126 additions and 39 deletions

2
map.h
View file

@ -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;