Added "isWeatherActivated" based on the discussion with LT

This commit is contained in:
Klaus Basan
2019-02-27 21:55:39 +01:00
committed by Mat Sutcliffe
parent f98ba0e494
commit 6ca6d12851
8 changed files with 34 additions and 4 deletions

View File

@@ -177,6 +177,9 @@ namespace BlackCore
//! Recalculate all aircraft
virtual void recalculateAllAircraft();
//! Weather activated
virtual bool isWeatherActivated() const ;
//! Activates or deactivates simulator weather
virtual void setWeatherActivated(bool activated);