1
0
mirror of https://github.com/td512/re3.git synced 2026-01-25 22:25:52 +00:00

Small CPad fixes

This commit is contained in:
Sergeanur
2019-10-29 17:21:02 +02:00
parent d9c96a76fb
commit d84033a710
5 changed files with 14 additions and 12 deletions

View File

@@ -411,7 +411,7 @@ CCutsceneMgr::Update(void)
if (CPad::GetPad(0)->GetCrossJustDown()
|| (CGame::playingIntro && CPad::GetPad(0)->GetStartJustDown())
|| CPad::GetPad(0)->GetLeftMouseJustDown()
|| CPad::GetPad(0)->GetPadEnterJustDown() || CPad::GetPad(0)->GetEnterJustDown() // NOTE: In original code it's a single CPad method
|| CPad::GetPad(0)->GetEnterJustDown()
|| CPad::GetPad(0)->GetCharJustDown(VK_SPACE))
FinishCutscene();
}