]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/ATCdisplay.hxx
Moved JSBSim.hxx to src/FDM/JSBSim/
[flightgear.git] / src / ATC / ATCdisplay.hxx
index 5577c060388956115774aad8a6e087ec9ce11e7a..5667a9d16a4a7f3c613114860f842734de97b259 100644 (file)
@@ -41,12 +41,13 @@ struct atcMessage {
 
 // ASSUMPTION - with two radios the list won't be long so we don't need to map the id's
 typedef vector<atcMessage> atcMessageList;
-typedef vector<atcMessage>::iterator atcMessageListIterator;
+typedef atcMessageList::iterator atcMessageListIterator;
 
 class FGATCDisplay {
 
 private:
     bool rep_msg;              // Flag to indicate there is a repeating transmission to display
+    bool change_msg_flag;      // Flag to indicate that the repeating message has changed
     float dsp_offset1;         // Used to set the correct position of scrolling display
     float dsp_offset2; 
     string rep_msg_str;                // The repeating transmission to play