summaryrefslogtreecommitdiffstats
path: root/src/skel/win/win.cpp
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2020-04-21 12:28:06 +0200
committereray orçunus <erayorcunus@gmail.com>2020-04-22 04:24:02 +0200
commitc80403a2e0aa337968d77f5d4bcc33cdc91eeac1 (patch)
tree76408ff0065d0d72a5cd02774a91b50abe3bf025 /src/skel/win/win.cpp
parentlibrw skin pipe (diff)
downloadre3-c80403a2e0aa337968d77f5d4bcc33cdc91eeac1.tar
re3-c80403a2e0aa337968d77f5d4bcc33cdc91eeac1.tar.gz
re3-c80403a2e0aa337968d77f5d4bcc33cdc91eeac1.tar.bz2
re3-c80403a2e0aa337968d77f5d4bcc33cdc91eeac1.tar.lz
re3-c80403a2e0aa337968d77f5d4bcc33cdc91eeac1.tar.xz
re3-c80403a2e0aa337968d77f5d4bcc33cdc91eeac1.tar.zst
re3-c80403a2e0aa337968d77f5d4bcc33cdc91eeac1.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 a534e903..d13d3c52 100644
--- a/src/skel/win/win.cpp
+++ b/src/skel/win/win.cpp
@@ -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;