]> git.mxchange.org Git - flightgear.git/commit
Do not reset persistent properties on sim-reset.
authorThorstenB <brehmt@gmail.com>
Sun, 12 Jun 2011 11:53:14 +0000 (13:53 +0200)
committerThorstenB <brehmt@gmail.com>
Sun, 12 Jun 2011 11:53:14 +0000 (13:53 +0200)
commit505d4c5219bf46b4ec640f5dd903dda58ae7a09b
tree550edb16351ec891f3328b0560f56cd382e75ad6
parentd767fe169681dafa446a461cdb191684a5ef9dfa
Do not reset persistent properties on sim-reset.
Fixed ugly sim-reset issue: Persistent properties (USERARCHIVE attribute)
are retained across sim sessions (when restarting the sim). So they should
also be retained on sim-resets (without the need to first exit/restart
the sim to make them really persistent).
Also, avoid warning due to read-only properties.
src/Main/globals.cxx