2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 19:07:46 +00:00

Various bug fixes

This commit is contained in:
Jack Andersen
2018-11-18 15:19:44 -10:00
parent 57c1196599
commit 35a3923cdf
21 changed files with 68 additions and 53 deletions

View File

@@ -93,7 +93,7 @@ CGameArchitectureSupport::CGameArchitectureSupport(CMain& parent,
CStreamAudioManager::SetMusicVolume(0x7f);
m->ResetGameState();
if (!g_tweakGame->GetSplashScreensDisabled())
if (false && !g_tweakGame->GetSplashScreensDisabled())
{
std::shared_ptr<CIOWin> splash = std::make_shared<CSplashScreen>(CSplashScreen::ESplashScreen::Nintendo);
x58_ioWinManager.AddIOWin(splash, 1000, 10000);

View File

@@ -271,7 +271,7 @@ void CParasite::Think(float dt, CStateManager& mgr)
return;
}
xf8_24_movable = !xf8_24_movable;
xf8_24_movable = !x5d6_24_alignToFloor;
if (!x5d6_27_disableMove)
{