1
This commit is contained in:
parent
ff990d4db8
commit
3f2af8cd83
@ -635,9 +635,11 @@ void FrameMaker::SerializeVoices(cs::SMUpdate* msg, Room* room, Human* hum, Fram
|
||||
}
|
||||
#ifdef MYDEBUG
|
||||
if (hum->IsPlayer()) {
|
||||
hum->SendDebugMsg(a8::Format("ingame_voice sound_id:%d",
|
||||
hum->SendDebugMsg(a8::Format("ingame_voice sound_id:%d killer_id:%d self_id:%d",
|
||||
{
|
||||
v->voice_id
|
||||
v->voice_id,
|
||||
v->killer_id,
|
||||
hum->GetUniId()
|
||||
}));
|
||||
#if 0
|
||||
a8::XPrintf("InGameVoice %d:%s\n", {room->GetRoomIdx(), f8::PbToJson(msg)});
|
||||
|
Loading…
x
Reference in New Issue
Block a user