Skip to content

Commit 2c0bd95

Browse files
committed
undo comments change
1 parent c0d6ddc commit 2c0bd95

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

code/missioneditor/missionsave.h

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,18 @@ class Fred_mission_save {
6767
void set_create_bak_file(bool create) { save_config.create_bak_file = create; }
6868

6969
/**
70-
* @brief Saves the mission onto the backup stack (used by legacy FRED2 only).
70+
* @brief Saves the mission onto the backup stack
7171
*
72-
* @deprecated QtFRED no longer uses this. Retained for FRED2 (fred2/freddoc.cpp) compatibility.
72+
* @param[in] pathname The full pathname
73+
*
74+
* @details Returns the value of CFred_mission_save::err, which is:
75+
*
76+
* @returns 0 for no error, or
77+
* @returns A negative value if an error occured.
78+
*
79+
* @see save_mission_internal()
80+
*
81+
* @note Used by legacy FRED2 only; QtFRED uses save_autosave_file() instead.
7382
*/
7483
int autosave_mission_file(char* pathname);
7584

0 commit comments

Comments
 (0)