* Force a (re)scan of the scenarios. */
| 690 | * Force a (re)scan of the scenarios. |
| 691 | */ |
| 692 | void ScanScenarios() |
| 693 | { |
| 694 | _scanner.Scan(true); |
| 695 | } |
| 696 | |
| 697 | /** |
| 698 | * Constructs FiosNumberedSaveName. Initial number is the most recent save, or -1 if not found. |