Mercurial > mm7
comparison PaletteManager.cpp @ 774:c319601893af
Слияние
author | Ritor1 |
---|---|
date | Sun, 24 Mar 2013 00:32:13 +0600 |
parents | cf2fbac6edc9 |
children | 29a8defbad9e |
comparison
equal
deleted
inserted
replaced
773:b1b991f67d40 | 774:c319601893af |
---|---|
863 CalcPalettes_LUT(v7); | 863 CalcPalettes_LUT(v7); |
864 return v7; | 864 return v7; |
865 | 865 |
866 } | 866 } |
867 | 867 |
868 // inlined | |
869 //----- (mm6c::0045C610) --------------------------------------------------- | |
870 void PaletteManager::SetMistColor(unsigned char r, unsigned char g, unsigned char b) | |
871 { | |
872 pPalette_mistColor[0] = r; | |
873 pPalette_mistColor[1] = g; | |
874 pPalette_mistColor[2] = b; | |
875 } | |
876 | |
868 //----- (0048A614) -------------------------------------------------------- | 877 //----- (0048A614) -------------------------------------------------------- |
869 void PaletteManager::RecalculateAll() | 878 void PaletteManager::RecalculateAll() |
870 { | 879 { |
871 CalcPalettes_LUT(0); | 880 CalcPalettes_LUT(0); |
872 | 881 |