| 2088 | extern void FocusOnInventory(); |
| 2089 | |
| 2090 | void AddIdentify(int mi, int sx, int sy, int dx, int dy, int midir, char mienemy, int id, int dam) |
| 2091 | { |
| 2092 | missile[mi]._miDelFlag = TRUE; |
| 2093 | UseMana(id, SPL_IDENTIFY); |
| 2094 | if (id == myplr) { |
| 2095 | if (sbookflag) |
| 2096 | sbookflag = FALSE; |
| 2097 | if (!invflag) { |
| 2098 | invflag = TRUE; |
| 2099 | if (sgbControllerActive) |
| 2100 | FocusOnInventory(); |
| 2101 | } |
| 2102 | SetCursor_(CURSOR_IDENTIFY); |
| 2103 | } |
| 2104 | } |
| 2105 | |
| 2106 | void AddFirewallC(int mi, int sx, int sy, int dx, int dy, int midir, char mienemy, int id, int dam) |
| 2107 | { |
nothing calls this directly
no test coverage detected