]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/fg_fx.hxx
Update 'magic' for more consistant cross platform padding.
[flightgear.git] / src / Sound / fg_fx.hxx
index 5c43db42d2d3403372548b120db5a33d0ac1cabc..2c80d1c04bf112e6174a5b81793d4d5ac5ec900e 100644 (file)
@@ -3,7 +3,7 @@
 // Started by David Megginson, October 2001
 // (Reuses some code from main.cxx, probably by Curtis Olson)
 //
-// Copyright (C) 2001  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 2001  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
@@ -53,6 +53,12 @@ private:
 
   vector<SGXmlSound *> _sound;
 
+  bool last_pause;
+  double last_volume;
+
+  SGPropertyNode *_pause;
+  SGPropertyNode *_volume;
+
 };