mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-05 05:54:07 +00:00
Crossplatform work continues
This commit is contained in:
parent
6571715cb2
commit
c80403a2e0
15 changed files with 170 additions and 25 deletions
|
@ -1,4 +1,3 @@
|
|||
#define WITHWINDOWS // just for VK_SPACE
|
||||
#include "common.h"
|
||||
|
||||
#include "General.h"
|
||||
|
@ -416,7 +415,7 @@ CCutsceneMgr::Update(void)
|
|||
|| (CGame::playingIntro && CPad::GetPad(0)->GetStartJustDown())
|
||||
|| CPad::GetPad(0)->GetLeftMouseJustDown()
|
||||
|| CPad::GetPad(0)->GetEnterJustDown()
|
||||
|| CPad::GetPad(0)->GetCharJustDown(VK_SPACE))
|
||||
|| CPad::GetPad(0)->GetCharJustDown(' '))
|
||||
FinishCutscene();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue