]> git.mxchange.org Git - flightgear.git/commit
- don't abort just because of an unexpected "repeat period"! Complain and
authormfranz <mfranz>
Thu, 10 May 2007 14:28:17 +0000 (14:28 +0000)
committermfranz <mfranz>
Thu, 10 May 2007 14:28:17 +0000 (14:28 +0000)
commita4fde6c4d8399a72040f2384a0abaf1aed3418e6
tree102ae540736f692bee57285b797b7bf84fb41274
parent794f5cc1542bba1128b8f2d6f8a260bf5b3771cd
- don't abort just because of an unexpected "repeat period"! Complain and
  recover instead
- it was apparently planned to run the updated loop only every 1000th
  frame, but the counter isn't reset, so it runs every frame
- use SG_LOG instead of cerr
- don't add redundant slashes in SGPath::append()
src/Traffic/SchedFlight.cxx
src/Traffic/TrafficMgr.cxx