Modified Files:
src/Traffic/Schedule.cxx: Add trailing semicolon ...
This commit is contained in:
parent
e48409d136
commit
82d4fc6583
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ bool FGAISchedule::update(time_t now)
|
|||
if (!deptime)
|
||||
deptime = (*flights.begin())->getDepartureTime();
|
||||
FGScheduledFlightVecIterator i = flights.begin();
|
||||
SG_LOG (SG_GENERAL, SG_INFO,"Processing registration " << registration << " with callsign " << (*i)->getCallSign())
|
||||
SG_LOG (SG_GENERAL, SG_INFO,"Processing registration " << registration << " with callsign " << (*i)->getCallSign());
|
||||
if (AIManagerRef)
|
||||
{
|
||||
// Check if this aircraft has been released.
|
||||
|
|
Loading…
Reference in a new issue