| 465 | } |
| 466 | |
| 467 | void Host::LoadCommand( const CommandsArguments& args ) |
| 468 | { |
| 469 | if( args.empty() ) |
| 470 | { |
| 471 | Log::Warning( "Expected save name" ); |
| 472 | return; |
| 473 | } |
| 474 | |
| 475 | DoLoad( args.front().c_str() ); |
| 476 | } |
| 477 | |
| 478 | void Host::DoVidRestart() |
| 479 | { |
nothing calls this directly
no outgoing calls
no test coverage detected