| 221 | } |
| 222 | |
| 223 | void 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 | |
| 235 | DEVILUTION_END_NAMESPACE |
no test coverage detected