* Create an emergency savegame when the network connection is lost. */
| 89 | * Create an emergency savegame when the network connection is lost. |
| 90 | */ |
| 91 | void ClientNetworkEmergencySave() |
| 92 | { |
| 93 | static FiosNumberedSaveName _netsave_ctr("netsave"); |
| 94 | DoAutoOrNetsave(_netsave_ctr); |
| 95 | } |
| 96 | |
| 97 | |
| 98 | /** |
no test coverage detected