Turn car vertically on start

This commit is contained in:
Miloslav Ciz 2024-12-19 21:10:18 +01:00
parent b79b83e56a
commit 3352d9a234
3 changed files with 55 additions and 41 deletions

2
map.h
View file

@ -508,7 +508,7 @@ uint8_t LCR_mapLoadFromStr(const char *mapStr)
LCR_currentMap.startPos[0] = coords[0];
LCR_currentMap.startPos[1] = coords[1];
LCR_currentMap.startPos[2] = coords[2];
LCR_currentMap.startPos[3] = trans & 0x60;
LCR_currentMap.startPos[3] = trans;
break;
case LCR_BLOCK_CHECKPOINT_0: