| 1061 | static void CheckSpriteHit(int p); |
| 1062 | |
| 1063 | static void EndRL(void) { |
| 1064 | RefreshLine(272); |
| 1065 | if (tofix) |
| 1066 | Fixit1(); |
| 1067 | CheckSpriteHit(272); |
| 1068 | Pline = 0; |
| 1069 | } |
| 1070 | |
| 1071 | static int32 sphitx; |
| 1072 | static uint8 sphitdata; |
no test coverage detected