| 176 | } |
| 177 | |
| 178 | void Game_UserSetViewDistance(int distance) { |
| 179 | Game_UserViewDistance = distance; |
| 180 | Options_SetInt(OPT_VIEW_DISTANCE, distance); |
| 181 | Game_SetViewDistance(distance); |
| 182 | } |
| 183 | |
| 184 | void Game_Disconnect(const cc_string* title, const cc_string* reason) { |
| 185 | Event_RaiseVoid(&NetEvents.Disconnected); |
no test coverage detected