]> git.mxchange.org Git - flightgear.git/commit
Don't use the this pointer for referencing the AIModels anymore, this
authorehofman <ehofman>
Sat, 15 Oct 2005 14:55:51 +0000 (14:55 +0000)
committerehofman <ehofman>
Sat, 15 Oct 2005 14:55:51 +0000 (14:55 +0000)
commit5c0dbf7b6510dd5abdef8478f89ed2469b190d93
treec666d15f200aa1883c1c178f4ff46884a58e8529
parent54a33c3899f69edeb66818bf5b2a3af40d266058
Don't use the this pointer for referencing the AIModels anymore, this
turns out to get problematic on 64-bit systems. Instead use a regular
int based approach.
src/AIModel/AIBase.cxx
src/AIModel/AIBase.hxx
src/AIModel/AIManager.cxx
src/AIModel/AIManager.hxx
src/Traffic/Schedule.cxx
src/Traffic/Schedule.hxx
src/Traffic/TrafficMgr.cxx
src/Traffic/TrafficMgr.hxx