| 123 | BYTE fix[9] = { 0, 0, 3, 3, 3, 6, 6, 6, 8 }; /* PM_ChangeLightOff local type */ |
| 124 | |
| 125 | void SetPlayerGPtrs(BYTE *pData, BYTE **pAnim) |
| 126 | { |
| 127 | int i; |
| 128 | |
| 129 | for (i = 0; i < 8; i++) { |
| 130 | pAnim[i] = CelGetFrameStart(pData, i); |
| 131 | } |
| 132 | } |
| 133 | |
| 134 | void LoadPlrGFX(int pnum, player_graphic gfxflag) |
| 135 | { |
no test coverage detected