2006/6/10, Melchior FRANZ <[EMAIL PROTECTED]>:
> * Olaf Flebbe -- Monday 29 May 2006 23:14:
> > latest workarounds in tower are not quite correct. Please apply.
>
> And what about the new ones ...?
>

> #1  0x080c4ada in FGTower::CheckCircuitList (this=0xed37920, 
> dt=0.30000000000000004) at src/ATC/tower.cxx:905

Is tower.cxx:905 in your source code this line?

t->landingType = t->planePtr->GetLandingOption();

That's crazy, since the line before is
t->pos = t->planePtr->GetPos(); 

I am asking myself what can crash in line 905 since t->planePtr is
dereferenced in 904, too. landingType is a simple enum and
GetLandingOption is not too complicated.


_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to