1
0
Fork 0

Remove a couple of extraneous lines.

This commit is contained in:
daveluff 2003-09-19 09:38:22 +00:00
parent 7d6aea909d
commit ca230a7cf3

View file

@ -154,8 +154,6 @@ bool FGAILocalTraffic::Init(string ICAO, OperatingState initialState, PatternLeg
//cout << "FGAILocalTraffic.Init(...) called" << endl;
// Hack alert - Hardwired path!!
string planepath = "Aircraft/c172/Models/c172-dpm.ac";
SGPath path = globals->get_fg_root();
path.append(planepath);
ssgBranch *model = sgLoad3DModel( globals->get_fg_root(),
planepath.c_str(),
globals->get_props(),