1
0
Fork 0

Minor change to variable name

This commit is contained in:
daveluff 2002-12-04 20:03:18 +00:00
parent 9be0f4032d
commit 8bd892a1a0

View file

@ -51,6 +51,7 @@ void FGAIMgr::init() {
// This is regardless of location and hence *very* ugly but it is a start.
FGAILocalTraffic* local_traffic = new FGAILocalTraffic;
local_traffic->Init();
local_traffic->FlyCircuits(1, true); // Fly 2 circuits with touch & go in between
ai_list.push_back(local_traffic);
}