Lines Matching refs:helicopter
125 static soundObject helicopter; variable
486 startSound(&helicopter, soundTable, SND_HELICOPTER); in main()
503 killSound(&helicopter); in main()
902 if (helicopter.voice) in CameraUpdate()
922 oldDist = helicopter.axart3d.dist; in CameraUpdate()
929 helicopter.axart3d.hAngle = hAngle; in CameraUpdate()
930 helicopter.axart3d.vAngle = vAngle; in CameraUpdate()
931 helicopter.axart3d.dist = newDist; in CameraUpdate()
932 helicopter.axart3d.closingSpeed = oldDist - newDist; in CameraUpdate()
933 helicopter.axart3d.update = TRUE; in CameraUpdate()
1069 DEMOPrintf( textX, textY, 0, "helicopter.voice: %.8xh", helicopter.voice); in DrawUI()
1071 …DEMOPrintf( textX, textY, 0, "helicopter.sound.sampleRate: %dHz", helicopter.sound->sampleRate… in DrawUI()
1073 DEMOPrintf( textX, textY, 0, "helicopter.axart3d.hAngle: %f", helicopter.axart3d.hAngle); in DrawUI()
1075 DEMOPrintf( textX, textY, 0, "helicopter.axart3d.vAngle: %f", helicopter.axart3d.vAngle); in DrawUI()
1077 DEMOPrintf( textX, textY, 0, "helicopter.axart3d.dist: %f", helicopter.axart3d.dist); in DrawUI()
1079 …DEMOPrintf( textX, textY, 0, "helicopter.axart3d.closingSpeed: %f", helicopter.axart3d.closingSpee… in DrawUI()