summaryrefslogtreecommitdiffstats
path: root/src/skel/win/win.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-04-23 22:10:46 +0200
committeraap <aap@papnet.eu>2020-04-23 22:10:46 +0200
commit6467e2003a0fc9f6bb5f8b86dd699b674f5e5b9a (patch)
treef98c56e1e5428a9cd9dd6c26369a3358727db78b /src/skel/win/win.cpp
parentfixed extra directory issues (diff)
parentremoved fix that made no sense (diff)
downloadre3-6467e2003a0fc9f6bb5f8b86dd699b674f5e5b9a.tar
re3-6467e2003a0fc9f6bb5f8b86dd699b674f5e5b9a.tar.gz
re3-6467e2003a0fc9f6bb5f8b86dd699b674f5e5b9a.tar.bz2
re3-6467e2003a0fc9f6bb5f8b86dd699b674f5e5b9a.tar.lz
re3-6467e2003a0fc9f6bb5f8b86dd699b674f5e5b9a.tar.xz
re3-6467e2003a0fc9f6bb5f8b86dd699b674f5e5b9a.tar.zst
re3-6467e2003a0fc9f6bb5f8b86dd699b674f5e5b9a.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;