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

Function multi_msg_countdown

Source/multi.cpp:165–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165void multi_msg_countdown()
166{
167 int i;
168
169 for (i = 0; i < MAX_PLRS; i++) {
170 if (player_state[i] & 0x20000) {
171 if (gdwMsgLenTbl[i] == 4)
172 multi_parse_turn(i, *(DWORD *)glpMsgTbl[i]);
173 }
174 }
175}
176
177void multi_parse_turn(int pnum, int turn)
178{

Callers 1

nthread_recv_turnsFunction · 0.85

Calls 1

multi_parse_turnFunction · 0.85

Tested by

no test coverage detected