| 1104 | } |
| 1105 | |
| 1106 | BOOL M_Talker(int i) |
| 1107 | { |
| 1108 | char ai = monster[i]._mAi; |
| 1109 | return ai == AI_LAZURUS |
| 1110 | || ai == AI_WARLORD |
| 1111 | || ai == AI_GARBUD |
| 1112 | || ai == AI_ZHAR |
| 1113 | || ai == AI_SNOTSPIL |
| 1114 | || ai == AI_LACHDAN |
| 1115 | || ai == AI_LAZHELP; |
| 1116 | } |
| 1117 | |
| 1118 | void M_Enemy(int i) |
| 1119 | { |
no outgoing calls
no test coverage detected