| 2187 | result = 1.e-6f * (unsigned)delta; |
| 2188 | } |
| 2189 | } |
| 2190 | |
| 2191 | leaveUsr(); |
| 2192 | return result; |
| 2193 | } |
| 2194 | |
| 2195 | void NetServer::SetNetworkParams(const ParamEntry& cfg) |
| 2196 | { |
| 2197 | NetworkParams data; |
| 2198 | LoadNetworkParams(data, cfg); |
| 2199 | enterUsr(); |
| 2200 | IteratorState it; |
no outgoing calls
no test coverage detected