File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1386,9 +1386,10 @@ extern int ship_get_num_ships();
13861386 * @param[in] cleanup_mode Flags describing how this ship is to be removed. See SHIP_VANISHED, SHIP_DESTROYED, etc.
13871387 *
13881388 * @details This is the deconstructor of a ship, it does all the necassary processes to remove the ship from the Ships
1389- * array, and frees the slot for use by others. De-init of its Objects[] slot is handled elsewhere .
1389+ * array, and frees the slot for use by others. De-init of its Objects[] slot is handled by obj_delete_all_that_should_be_dead() .
13901390 *
13911391 * @author Goober5000
1392+ * @sa obj_delete_all_that_should_be_dead()
13921393 */
13931394extern void ship_cleanup (int shipnum, int cleanup_mode);
13941395
You can’t perform that action at this time.
0 commit comments