| 5529 | } |
| 5530 | |
| 5531 | int encode_enemy(int m) |
| 5532 | { |
| 5533 | if (monster[m]._mFlags & MFLAG_TARGETS_MONSTER) |
| 5534 | return monster[m]._menemy + MAX_PLRS; |
| 5535 | else |
| 5536 | return monster[m]._menemy; |
| 5537 | } |
| 5538 | |
| 5539 | void decode_enemy(int m, int enemy) |
| 5540 | { |
no outgoing calls
no test coverage detected