]> git.mxchange.org Git - flightgear.git/commit
Patch from Julian Foad:
authordavid <david>
Sat, 7 Sep 2002 12:35:31 +0000 (12:35 +0000)
committerdavid <david>
Sat, 7 Sep 2002 12:35:31 +0000 (12:35 +0000)
commit0ba90f4d2bc707584c190366d894ef6c565408dd
tree233442c2327a8ff57e692313dba1b293763c765c
parent7599f0ec8cc63d2db35ed4b650800a64a8552052
Patch from Julian Foad:

     Use getDisplayName instead of duplicated code: gives a better
decision on whether to display the index.
     Replace unnecessary node lookups by name with direct access: tidier
and more efficient.  E.g. "getValueTypeString
(node->getNode(name.c_str()))" -> "getValueTypeString (child)".
src/Network/props.cxx