1
0
Fork 0

Patch from Georg Kaiser.

This commit is contained in:
david 2002-06-05 21:43:44 +00:00
parent b885e3ff87
commit 34e2e52158

View file

@ -549,7 +549,7 @@ readLayer (const SGPropertyNode * node, float w_scale, float h_scale)
static FGPanelInstrument *
readInstrument (const SGPropertyNode * node)
{
const string &name = node->getStringValue("name");
const string name = node->getStringValue("name");
int x = node->getIntValue("x", -1);
int y = node->getIntValue("y", -1);
int real_w = node->getIntValue("w", -1);