]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scenery/tilemgr.hxx
#545: Fix ATC chatter sound settings being ignored
[flightgear.git] / src / Scenery / tilemgr.hxx
index 7a51f161e16861ae5afac8e5d6c0bc86047feb1c..848225b61ff753436d973f48d676a291ca52154f 100644 (file)
@@ -53,8 +53,8 @@ private:
        Running = 2
     };
 
-    load_state state;
-    
+    load_state state, last_state;
+
     // schedule a tile for loading, returns true when tile is already loaded
     bool sched_tile( const SGBucket& b, double priority,bool current_view, double request_time);