summaryrefslogtreecommitdiffstats
path: root/src/skel/win/win.cpp
diff options
context:
space:
mode:
authorFire-Head <Fire-Head@users.noreply.github.com>2019-06-13 02:35:26 +0200
committerFire-Head <Fire-Head@users.noreply.github.com>2019-06-13 02:35:26 +0200
commit75bca8e31eef877cc6df83146c665f86ad6f8583 (patch)
treeeed79ac6f6bdee9d914e283266bf4b7aee56c6a6 /src/skel/win/win.cpp
parentCameraCreate cosmetic fix (diff)
downloadre3-75bca8e31eef877cc6df83146c665f86ad6f8583.tar
re3-75bca8e31eef877cc6df83146c665f86ad6f8583.tar.gz
re3-75bca8e31eef877cc6df83146c665f86ad6f8583.tar.bz2
re3-75bca8e31eef877cc6df83146c665f86ad6f8583.tar.lz
re3-75bca8e31eef877cc6df83146c665f86ad6f8583.tar.xz
re3-75bca8e31eef877cc6df83146c665f86ad6f8583.tar.zst
re3-75bca8e31eef877cc6df83146c665f86ad6f8583.zip
Diffstat (limited to '')
-rw-r--r--src/skel/win/win.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/skel/win/win.cpp b/src/skel/win/win.cpp
index c26855eb..627bdb0f 100644
--- a/src/skel/win/win.cpp
+++ b/src/skel/win/win.cpp
@@ -1988,7 +1988,7 @@ _WinMain(HINSTANCE instance,
++gGameState;
else if ( CPad::GetPad(0)->GetLeftMouseJustDown() )
++gGameState;
- else if ( CPad::GetPad(0)->GetEnterJustDown() || CPad::GetPad(0)->GetExtEnterJustDown() )
+ else if ( CPad::GetPad(0)->GetPadEnterJustDown() || CPad::GetPad(0)->GetEnterJustDown() )
++gGameState;
else if ( CPad::GetPad(0)->GetCharJustDown(' ') )
++gGameState;
@@ -2024,7 +2024,7 @@ _WinMain(HINSTANCE instance,
++gGameState;
else if ( CPad::GetPad(0)->GetLeftMouseJustDown() )
++gGameState;
- else if ( CPad::GetPad(0)->GetEnterJustDown() || CPad::GetPad(0)->GetExtEnterJustDown() )
+ else if ( CPad::GetPad(0)->GetPadEnterJustDown() || CPad::GetPad(0)->GetEnterJustDown() )
++gGameState;
else if ( CPad::GetPad(0)->GetCharJustDown(' ') )
++gGameState;