* ThorstenB -- Monday 13 June 2011:
> [...] But I'll need some more specific details on what's supposed to
> be broken with that particular commit introducing another property flag.

Yeah, but what about the bug hunting contest?! Who wins the coffee machine?


--- a/simgear/props/props.cxx
+++ b/simgear/props/props.cxx
@@ -642,7 +642,7 @@ SGPropertyNode::trace_read () const
  * Last used attribute
  * Update as needed when enum Attribute is changed
  */
-const int SGPropertyNode::LAST_USED_ATTRIBUTE = USERARCHIVE;
+const int SGPropertyNode::LAST_USED_ATTRIBUTE = PRESERVE;



There's actually code depending on this, even though only once in the
repo. props.getAttribute("last") returns this value and so allows
Nasal space to assign additional, user defined property flags. 

m.

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Flightgear-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to