| 138 | int pcurs; |
| 139 | |
| 140 | void InitCursor() |
| 141 | { |
| 142 | assert(!pCursCels); |
| 143 | pCursCels = LoadCel("data\\inv\\objcurs", InvItemWidth1); |
| 144 | if (gbIsHellfire) |
| 145 | pCursCels2 = LoadCel("data\\inv\\objcurs2", InvItemWidth2); |
| 146 | ClearCursor(); |
| 147 | } |
| 148 | |
| 149 | void FreeCursor() |
| 150 | { |
no test coverage detected