implement EnableFullScreenMovie and FUN_100ba640 (#346)

* implement EnableFullScreenMovie and FUN_100ba640

* Match MxDisplaySurface::FUN_100ba640

* Match LegoVideoManager::EnableFullScreenMovie

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Misha
2023-12-21 10:44:54 -05:00
committed by GitHub
parent afadca953b
commit 20a9a2b4c3
5 changed files with 97 additions and 14 deletions

View File

@@ -25,6 +25,7 @@ public:
MxResult SetSkyColor(LPPALETTEENTRY p_skyColor);
void Reset(MxBool p_ignoreSkyColor);
LPDIRECTDRAWPALETTE CreateNativePalette();
inline void SetOverrideSkyColor(MxBool p_value) { this->m_overrideSkyColor = p_value; }
private: