From d711e015dc75b649cff5450101ebde17560dc4e8 Mon Sep 17 00:00:00 2001 From: ktkaufman03 Date: Tue, 4 Jul 2023 20:50:44 -0400 Subject: [PATCH] fix: I once again forgot to commit mxpalette.h... --- LEGO1/mxpalette.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/mxpalette.h b/LEGO1/mxpalette.h index 534f918a..016dc0a4 100644 --- a/LEGO1/mxpalette.h +++ b/LEGO1/mxpalette.h @@ -22,7 +22,7 @@ class MxPalette : public MxCore MxPalette* Clone(); void GetDefaultPalette(LPPALETTEENTRY p_entries); MxResult GetEntries(LPPALETTEENTRY p_entries); - MxResult SetPalette(LPPALETTEENTRY p_palette); + MxResult SetEntries(LPPALETTEENTRY p_palette); MxResult SetSkyColor(LPPALETTEENTRY p_sky_color); private: LPDIRECTDRAWPALETTE m_palette;