* Set the position of the lift on this animated house * @param t the tile * @param pos position, from 0 to 36 */
| 155 | * @param pos position, from 0 to 36 |
| 156 | */ |
| 157 | inline void SetLiftPosition(Tile t, uint8_t pos) |
| 158 | { |
| 159 | SB(t.m6(), 2, 6, pos); |
| 160 | } |
| 161 | |
| 162 | /** |
| 163 | * Get the completion of this house |
no test coverage detected