| 151 | } |
| 152 | |
| 153 | static uint8 ReadZapper(int w) |
| 154 | { |
| 155 | uint8 ret=0; |
| 156 | if(ZD[w].bogo) |
| 157 | ret|=0x10; |
| 158 | if(CheckColor(w)) |
| 159 | ret|=0x8; |
| 160 | return ret; |
| 161 | } |
| 162 | |
| 163 | static void DrawZapper(int w, uint8 *buf, int arg) |
| 164 | { |
nothing calls this directly
no test coverage detected