Skip to content

Commit

Permalink
fixed #111
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeG621 committed Nov 3, 2024
1 parent 73bd18e commit 7559477
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ To remove YOGEME, simply delete the directory where you placed it.
This will leave behind a single config file in AppData with your user settings.

## Latest Release
#### 1.16.0.4, 3 Nov 2024
- (XWA) Fixed an exception when enabling a FG Goal. [Issue #111]
-
#### 1.16.0.3, 27 Oct 2024
- (All) Fixed an exception when attemping to add a craft to the mission from the Library. [Issue [#110](https://github.com/MikeG621/YOGEME/issues/110)]

Expand Down
6 changes: 4 additions & 2 deletions XwaForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
* Copyright (C) 2007-2024 Michael Gaisser ([email protected])
* Licensed under the MPL v2.0 or later
*
* VERSION: 1.16.0.3
* VERSION: 1.16.0.4
*
* CHANGELOG
* v1.16.0.4, 241103
* [FIX #111] Exception when enabling a FG Goal
* v1.16.0.3, 241027
* [FIX #110] FG library callback cast exception
* v1.16, 241013
Expand Down Expand Up @@ -1356,7 +1358,7 @@ void startup()
registerFgMultiEdit(numGoalActSeq, "GoalTriggerSequence", MultiEditRefreshType.FgGoalLabel);
registerFgMultiEdit(numGoalPoints, "GoalTriggerPoints", MultiEditRefreshType.FgGoalLabel);
registerFgMultiEdit(numGoalTimeLimit, "GoalTriggerParam", MultiEditRefreshType.FgGoalLabel); // shares same value as Param
registerFgMultiEdit(chkGoalEnable, "GoalTriggerEnabled", MultiEditRefreshType.FgGoalLabel);
//registerFgMultiEdit(chkGoalEnable, "GoalTriggerEnabled", MultiEditRefreshType.FgGoalLabel);

registerFgMultiEdit(numSP1, "WPRegion1", MultiEditRefreshType.Map);
registerFgMultiEdit(numSP2, "WPRegion2", MultiEditRefreshType.Map);
Expand Down

0 comments on commit 7559477

Please sign in to comment.