| 269 | TCmdLocParam5 lastSentPlayerCmd; |
| 270 | |
| 271 | uint8_t GetLevelForMultiplayer(uint8_t level, bool isSetLevel) |
| 272 | { |
| 273 | if (isSetLevel) |
| 274 | return level + NUMLEVELS; |
| 275 | return level; |
| 276 | } |
| 277 | |
| 278 | /** @brief Gets a delta level. */ |
| 279 | DLevel &GetDeltaLevel(uint8_t level) |
no outgoing calls
no test coverage detected