mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 14:04:08 +00:00
Crossplatform work continues
This commit is contained in:
parent
6571715cb2
commit
c80403a2e0
15 changed files with 170 additions and 25 deletions
|
@ -1986,7 +1986,7 @@ WinMain(HINSTANCE instance,
|
|||
++gGameState;
|
||||
else if ( CPad::GetPad(0)->GetEnterJustDown() )
|
||||
++gGameState;
|
||||
else if ( CPad::GetPad(0)->GetCharJustDown(VK_SPACE) )
|
||||
else if ( CPad::GetPad(0)->GetCharJustDown(' ') )
|
||||
++gGameState;
|
||||
else if ( CPad::GetPad(0)->GetAltJustDown() )
|
||||
++gGameState;
|
||||
|
@ -2022,7 +2022,7 @@ WinMain(HINSTANCE instance,
|
|||
++gGameState;
|
||||
else if ( CPad::GetPad(0)->GetEnterJustDown() )
|
||||
++gGameState;
|
||||
else if ( CPad::GetPad(0)->GetCharJustDown(VK_SPACE) )
|
||||
else if ( CPad::GetPad(0)->GetCharJustDown(' ') )
|
||||
++gGameState;
|
||||
else if ( CPad::GetPad(0)->GetAltJustDown() )
|
||||
++gGameState;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue