]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/dme.cxx
Minor main loop/init clean-up
[flightgear.git] / src / Instrumentation / dme.cxx
index bcea965d83b596c766f49a772f4d50406e6f428b..ae1ce11e97af4d23b4371daabfb916453a5b59cd 100644 (file)
@@ -88,6 +88,14 @@ DME::init ()
     if( NULL == _audioIdent ) 
         _audioIdent = new DMEAudioIdent( temp.str() );
     _audioIdent->init();
+
+    reinit();
+}
+
+void
+DME::reinit ()
+{
+    _time_before_search_sec = 0;
 }
 
 void