1
This commit is contained in:
parent
d45bf72249
commit
f06c381fde
@ -14,6 +14,7 @@
|
||||
#include "effect.h"
|
||||
#include "sandtable.h"
|
||||
#include "stats.h"
|
||||
#include "ingamevoice.h"
|
||||
|
||||
#include "mt/AirLine.h"
|
||||
#include "mt/Hero.h"
|
||||
@ -642,7 +643,7 @@ void FrameMaker::SerializeVoices(cs::SMUpdate* msg, Room* room, Human* hum, Fram
|
||||
v->killer_id,
|
||||
hum->GetUniId(),
|
||||
hum->room->GetFrameNo(),
|
||||
hum->stats->last_kill_frameno
|
||||
hum->room->GetInGameVoice()->GetLastKillFrameNo(hum->GetUniId())
|
||||
}));
|
||||
#if 0
|
||||
a8::XPrintf("InGameVoice %d:%s\n", {room->GetRoomIdx(), f8::PbToJson(msg)});
|
||||
|
Loading…
x
Reference in New Issue
Block a user