| 301 | } |
| 302 | |
| 303 | int RemoteClient::resume_game() |
| 304 | { |
| 305 | if (!suspend_ready) |
| 306 | return -1; |
| 307 | |
| 308 | if (resume_call(default_output()) == CR_OK) |
| 309 | return resume_call.out()->value(); |
| 310 | else |
| 311 | return -1; |
| 312 | } |
| 313 | |
| 314 | void RPCFunctionBase::reset(bool free) |
| 315 | { |