Skip to content

Commit

Permalink
moved antenna handle init value to LEM.cpp and removed unused meshidx…
Browse files Browse the repository at this point in the history
… and proc variables
  • Loading branch information
TINYBOB1 committed Jan 5, 2025
1 parent a3629d4 commit 1bc0af0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions Orbitersdk/samples/ProjectApollo/src_lm/LEM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@ void LEM::Init()
status = 0;
CDRinPLSS = 0;
LMPinPLSS = 0;
EVAAntHandleStatus = false;

CMPowerToCDRBusRelayA = false;
CMPowerToCDRBusRelayB = false;
Expand Down
4 changes: 1 addition & 3 deletions Orbitersdk/samples/ProjectApollo/src_lm/LEM.h
Original file line number Diff line number Diff line change
Expand Up @@ -1770,9 +1770,7 @@ class LEM : public Payload, public PanelSwitchListener {
// EVA Antenna Handle
//

int EVAAntHandleStatus = false;
double EVAAntHandleProc;
int meshidxEVAAntHandle;
int EVAAntHandleStatus;
UINT EVAAntHandleAnim;
AnimState EVAAntHandleState;

Expand Down

0 comments on commit 1bc0af0

Please sign in to comment.