// savefile->WriteString( idealTrackTag.c_str() ); // cnicholson: FIXME: This has a comment of HACK in the .h file... Not sure how to write a idStr yet
savefile->WriteFrustum( collisionFov );
idealTrackStateThread.Save( savefile );
speedSoundEffectsStateThread.Save( savefile );
driver.Save( savefile );
savefile->WriteInt( occupants.Num() );
for( int ix = occupants.Num() - 1; ix >= 0; --ix ) {
occupants[ix].Save( savefile );
}
savefile->WriteInt( weapons.Num() );
for( int ix = weapons.Num() - 1; ix >= 0; --ix ) {