| 258 | } |
| 259 | |
| 260 | void cGraphics_PC::PaletteSet(cSurface *pTarget) { |
| 261 | if (!pTarget) |
| 262 | pTarget = mSurface; |
| 263 | |
| 264 | pTarget->paletteSet( mPalette ); |
| 265 | } |
| 266 | |
| 267 | void cGraphics_PC::Map_Tile_Draw( cSurface *pTarget, uint16 pTile, uint16 pX, uint16 pY, uint16 pOffset) { |
| 268 | uint8* Target = pTarget->GetSurfaceBuffer(); |
no test coverage detected