From fe40f65703052e4fb4f54fd8a2eec08b26e4313a Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Fri, 20 Nov 2020 01:18:37 +0200 Subject: Reorganize CPed functions into their original cpp files --- src/peds/PedChat.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/peds/PedChat.cpp') 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 -- cgit v1.2.3