Mercurial > mm7
diff PaletteManager.cpp @ 774:c319601893af
Слияние
author | Ritor1 |
---|---|
date | Sun, 24 Mar 2013 00:32:13 +0600 |
parents | cf2fbac6edc9 |
children | 29a8defbad9e |
line wrap: on
line diff
--- a/PaletteManager.cpp Sun Mar 24 00:31:56 2013 +0600 +++ b/PaletteManager.cpp Sun Mar 24 00:32:13 2013 +0600 @@ -865,6 +865,15 @@ } +// inlined +//----- (mm6c::0045C610) --------------------------------------------------- +void PaletteManager::SetMistColor(unsigned char r, unsigned char g, unsigned char b) +{ + pPalette_mistColor[0] = r; + pPalette_mistColor[1] = g; + pPalette_mistColor[2] = b; +} + //----- (0048A614) -------------------------------------------------------- void PaletteManager::RecalculateAll() {