diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2021-01-01 11:21:42 +0100 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2021-01-01 11:21:42 +0100 |
commit | 575845772fc3f5385eab56044cf97ef0ce930e17 (patch) | |
tree | 1b51da6e1759bac72bec1392435c453eaee60158 /src/peds/PedChat.cpp | |
parent | lcs car ctrl 2 (diff) | |
parent | Merge branch 'miami' of github.com:GTAmodding/re3 into miami (diff) | |
download | re3-575845772fc3f5385eab56044cf97ef0ce930e17.tar re3-575845772fc3f5385eab56044cf97ef0ce930e17.tar.gz re3-575845772fc3f5385eab56044cf97ef0ce930e17.tar.bz2 re3-575845772fc3f5385eab56044cf97ef0ce930e17.tar.lz re3-575845772fc3f5385eab56044cf97ef0ce930e17.tar.xz re3-575845772fc3f5385eab56044cf97ef0ce930e17.tar.zst re3-575845772fc3f5385eab56044cf97ef0ce930e17.zip |
Diffstat (limited to 'src/peds/PedChat.cpp')
-rw-r--r-- | src/peds/PedChat.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/peds/PedChat.cpp b/src/peds/PedChat.cpp index 71739902..470b7eeb 100644 --- a/src/peds/PedChat.cpp +++ b/src/peds/PedChat.cpp @@ -152,13 +152,4 @@ CPed::Say(uint16 audio) m_queuedSound = audio; } } -} - -void -CPed::Say(uint16 audio, int32 time) -{ - if (m_delayedSoundID == -1) { - m_delayedSoundID = audio; - m_delayedSoundTimer = CTimer::GetTimeInMilliseconds() + time; - } }
\ No newline at end of file |