mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
refs #815 Fixed missing CJsonScope in CAircraftEngineList.
This commit is contained in:
@@ -63,6 +63,7 @@ namespace BlackMisc
|
||||
{
|
||||
CAircraftEngine engine;
|
||||
int number = e.toInt();
|
||||
CJsonScope scope(e);
|
||||
engine.convertFromJson(json.value(e).toObject());
|
||||
engine.setNumber(number);
|
||||
push_back(engine);
|
||||
|
||||
Reference in New Issue
Block a user