| 93 | } |
| 94 | |
| 95 | void cSurface::paletteNew_SetToBlack() { |
| 96 | |
| 97 | for (size_t cx = 0; cx < g_MaxColors; ++cx) { |
| 98 | mPaletteNew[cx].mBlue = 0; |
| 99 | mPaletteNew[cx].mRed = 0; |
| 100 | mPaletteNew[cx].mGreen = 0; |
| 101 | } |
| 102 | |
| 103 | mPaletteAdjusting = true; |
| 104 | } |
| 105 | |
| 106 | void cSurface::paletteSet( cPalette* pPalette, uint32 pColorID, uint32 pColors, bool pUseNow ) { |
| 107 |
no outgoing calls