Skip to content

Commit

Permalink
Made -training (free flight mode) available in release builds as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
BackTrak committed Nov 11, 2017
1 parent 6010f64 commit 69aae62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/WinTrek/trainingscreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ class TrainingScreen :
// hilite the current mission
CheckButton(m_iMissionNext);
m_pbuttonTrain->SetChecked (true);
#ifdef _DEBUG
//#ifdef _DEBUG
if (bStartTraining) {
g_pnumberMissionNumber->SetValue(Training::c_TM_10_Free_Flight);
OnButtonTrain();
}
#endif
//#endif
}

~TrainingScreen()
Expand Down

0 comments on commit 69aae62

Please sign in to comment.