mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-18 17:25:23 +00:00
Fix missing CMoviePlayer::Initialize call
This commit is contained in:
@@ -41,7 +41,10 @@ static float SfxVolume = 1.f;
|
||||
|
||||
void CMoviePlayer::Initialize() { TjHandle = tjInitDecompress(); }
|
||||
|
||||
void CMoviePlayer::Shutdown() { tjDestroy(TjHandle); }
|
||||
void CMoviePlayer::Shutdown() {
|
||||
tjDestroy(TjHandle);
|
||||
TjHandle = nullptr;
|
||||
}
|
||||
|
||||
void CMoviePlayer::THPHeader::swapBig() {
|
||||
magic = SBig(magic);
|
||||
|
||||
Reference in New Issue
Block a user