| 105 | } |
| 106 | |
| 107 | void DisplaySingleMission::SaveParams() |
| 108 | { |
| 109 | ParamArchiveSave ar(UserInfoVersion); |
| 110 | ar.Parse(GetUserParams()); |
| 111 | if (ar.Serialize("cadetMode", _cadetMode, 1) != LSOK) |
| 112 | { |
| 113 | } |
| 114 | if (ar.Save(GetUserParams()) != LSOK) |
| 115 | { |
| 116 | } |
| 117 | } |
| 118 | |
| 119 | #define X_findfirst _findfirst |
| 120 |
nothing calls this directly
no test coverage detected