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

Function NextDebugMonster

Source/debug.cpp:223–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223void NextDebugMonster()
224{
225 char dstr[128];
226
227 if (dbgmon++ == MAXMONSTERS)
228 dbgmon = 0;
229
230 sprintf(dstr, "Current debug monster = %i", dbgmon);
231 NetSendCmdString(1 << myplr, dstr);
232}
233#endif
234
235DEVILUTION_END_NAMESPACE

Callers 1

PressCharFunction · 0.85

Calls 1

NetSendCmdStringFunction · 0.85

Tested by

no test coverage detected