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

Function InitDungMsgs

Source/player.cpp:4135–4142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4133}
4134
4135void InitDungMsgs(int pnum)
4136{
4137 if ((DWORD)pnum >= MAX_PLRS) {
4138 app_fatal("InitDungMsgs: illegal player %d", pnum);
4139 }
4140
4141 plr[pnum].pDungMsgs = 0;
4142}
4143
4144void PlayDungMsgs()
4145{

Callers 2

StartGameFunction · 0.85
CreatePlayerFunction · 0.85

Calls 1

app_fatalFunction · 0.85

Tested by

no test coverage detected