MCPcopy Create free account
hub / github.com/diasurgical/devilution / control_reset_talk_msg

Function control_reset_talk_msg

Source/control.cpp:2101–2111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2099}
2100
2101void control_reset_talk_msg(char *msg)
2102{
2103 int i, pmask;
2104 pmask = 0;
2105
2106 for (i = 0; i < MAX_PLRS; i++) {
2107 if (whisper[i])
2108 pmask |= 1 << i;
2109 }
2110 NetSendCmdString(pmask, sgszTalkMsg);
2111}
2112
2113void control_type_message()
2114{

Callers 1

control_press_enterFunction · 0.85

Calls 1

NetSendCmdStringFunction · 0.85

Tested by

no test coverage detected