Skip to content

Commit

Permalink
[cl_conversation] Change waveform duration
Browse files Browse the repository at this point in the history
to the default, proper behaviour.
  • Loading branch information
begin-theadventure committed Jun 15, 2023
1 parent a2b7aab commit a3a224e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ global function PlayAnnouncerLineThroughDeathWithPriority //Faction Leader annou
ServerCallback_PlayConversation( conversationType, priority )
*/

const WAVEFORM_FADE_DURATION = 1000000000
const WAVEFORM_FADE_DURATION = 1.0
const RADIO_SPEECH_DELAY = 0.4
const PLAYER_HEARS_RADIO = false
const FRIENDLY_GRUNT_MINIMAP_MATERIAL = $"vgui/HUD/threathud_friendly_soldier"
Expand Down

1 comment on commit a3a224e

@begin-theadventure
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(ID Card fade out)

Please sign in to comment.