]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/Balloon.h
add <mod-meta> and <mod-super> XML elements for key bindings
[flightgear.git] / src / FDM / Balloon.h
index 5661bebbcb8341a5c121aea8f58d98ea71fc0323..02bef167c35b9c26d626127b3d1582cce4c80190 100644 (file)
@@ -16,9 +16,9 @@
  FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
  details.
 
- You should have received a copy of the GNU General Public License along with
this program; if not, write to the Free Software Foundation, Inc., 59 Temple
Place - Suite 330, Boston, MA  02111-1307, USA.
+ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
  Further information about the GNU General Public License can also be found on
  the world wide web at http://www.gnu.org.
@@ -75,7 +75,7 @@ public:
     void init();
 
     // update position based on inputs, positions, velocities, etc.
-    bool update( int multiloop );
+    void update( double dt );
 };