Turn car vertically on start
This commit is contained in:
parent
b79b83e56a
commit
3352d9a234
3 changed files with 55 additions and 41 deletions
2
map.h
2
map.h
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue