Start fans
This commit is contained in:
parent
6260ef1fcc
commit
9fc88a91af
3 changed files with 29 additions and 6 deletions
5
map.h
5
map.h
|
@ -642,6 +642,11 @@ uint8_t LCR_mapBlockIsAccelerator(uint8_t block)
|
|||
return block == LCR_BLOCK_FULL_ACCEL;
|
||||
}
|
||||
|
||||
uint8_t LCR_mapBlockIsFan(uint8_t block)
|
||||
{
|
||||
return block == LCR_BLOCK_FULL_FAN;
|
||||
}
|
||||
|
||||
/**
|
||||
Macro that transforms coordinates according to block transformation.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue