| 4133 | } |
| 4134 | |
| 4135 | void 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 | |
| 4144 | void PlayDungMsgs() |
| 4145 | { |
no test coverage detected