From f71953077d2412c4542e616cc9748217dfe046c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?eray=20or=C3=A7unus?= Date: Tue, 29 Sep 2020 22:53:12 +0300 Subject: Population and many small classes done, mouse AUX buttons, Frontend, Hud, fixes --- src/peds/PedChat.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/peds/PedChat.cpp') diff --git a/src/peds/PedChat.cpp b/src/peds/PedChat.cpp index 73a8e59c..b7732274 100644 --- a/src/peds/PedChat.cpp +++ b/src/peds/PedChat.cpp @@ -4,7 +4,8 @@ #include "General.h" #include "Ped.h" -// --MIAMI: Done +// --MIAMI: file done + // Corresponds to ped sounds (from SOUND_PED_DEATH to SOUND_PED_TAXI_CALL) PedAudioData CommentWaitTime[56] = { { 500, 800, 500, 2 }, @@ -65,14 +66,12 @@ PedAudioData CommentWaitTime[56] = { { 0, 0, 0, 0 } }; -// --MIAMI: Done bool CPed::ServiceTalkingWhenDead(void) { return m_queuedSound == SOUND_PED_DEATH; } -// --MIAMI: Done void CPed::ServiceTalking(void) { @@ -102,7 +101,6 @@ CPed::ServiceTalking(void) } } -// --MIAMI: Done void CPed::Say(uint16 audio) { @@ -157,7 +155,6 @@ CPed::Say(uint16 audio) } } -// --MIAMI: Done void CPed::Say(uint16 audio, int32 time) { -- cgit v1.2.3