Minor change to variable name
This commit is contained in:
parent
9be0f4032d
commit
8bd892a1a0
1 changed files with 19 additions and 18 deletions
|
@ -51,6 +51,7 @@ void FGAIMgr::init() {
|
||||||
// This is regardless of location and hence *very* ugly but it is a start.
|
// This is regardless of location and hence *very* ugly but it is a start.
|
||||||
FGAILocalTraffic* local_traffic = new FGAILocalTraffic;
|
FGAILocalTraffic* local_traffic = new FGAILocalTraffic;
|
||||||
local_traffic->Init();
|
local_traffic->Init();
|
||||||
|
local_traffic->FlyCircuits(1, true); // Fly 2 circuits with touch & go in between
|
||||||
ai_list.push_back(local_traffic);
|
ai_list.push_back(local_traffic);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue