Lines Matching refs:helicopter
116 static soundObject helicopter; variable
445 startSound(&helicopter, soundTable, SND_HELICOPTER); in main()
462 killSound(&helicopter); in main()
861 if (helicopter.voice) in CameraUpdate()
881 oldDist = helicopter.axart3d.dist; in CameraUpdate()
888 helicopter.axart3d.hAngle = hAngle; in CameraUpdate()
889 helicopter.axart3d.vAngle = vAngle; in CameraUpdate()
890 helicopter.axart3d.dist = newDist; in CameraUpdate()
891 helicopter.axart3d.closingSpeed = oldDist - newDist; in CameraUpdate()
892 helicopter.axart3d.update = TRUE; in CameraUpdate()
1028 DEMOPrintf( textX, textY, 0, "helicopter.voice: %.8xh", helicopter.voice); in DrawUI()
1030 …DEMOPrintf( textX, textY, 0, "helicopter.sound.sampleRate: %dHz", helicopter.sound->sampleRate… in DrawUI()
1032 DEMOPrintf( textX, textY, 0, "helicopter.axart3d.hAngle: %f", helicopter.axart3d.hAngle); in DrawUI()
1034 DEMOPrintf( textX, textY, 0, "helicopter.axart3d.vAngle: %f", helicopter.axart3d.vAngle); in DrawUI()
1036 DEMOPrintf( textX, textY, 0, "helicopter.axart3d.dist: %f", helicopter.axart3d.dist); in DrawUI()
1038 …DEMOPrintf( textX, textY, 0, "helicopter.axart3d.closingSpeed: %f", helicopter.axart3d.closingSpee… in DrawUI()