]> git.mxchange.org Git - flightgear.git/commit
Fix bug when starting using the --parkpos option. Create a pointer to a ParkingAssign...
authorDurk Talsma <durktals@gmail.com>
Thu, 14 May 2015 16:15:30 +0000 (18:15 +0200)
committerDurk Talsma <durktals@gmail.com>
Thu, 14 May 2015 16:15:30 +0000 (18:15 +0200)
commit98682c0c68001395b27f11d479911bc52b9a400a
tree09a23bca5d9e00f5b7f332bb2878aedfda991b84
parent8ffbca1b58e1c933000ba9db6ddee1f0d4fbff98
Fix bug when starting using the --parkpos option. Create a pointer to a ParkingAssignment object, so that the reference counter doesn't get reset to 0 when the local class is destroyed.
src/ATC/atc_mgr.cxx
src/ATC/atc_mgr.hxx
src/Main/positioninit.cxx