0x00525FB4
| 153 | |
| 154 | // 0x00525FB4 |
| 155 | World::SmallZ getCurrentSnowLine() |
| 156 | { |
| 157 | return getGameState().currentSnowLine; |
| 158 | } |
| 159 | void setCurrentSnowLine(World::SmallZ snowline) |
| 160 | { |
| 161 | getGameState().currentSnowLine = snowline; |
no outgoing calls
no test coverage detected