summaryrefslogtreecommitdiff
path: root/src/game/player.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/player.cpp')
-rw-r--r--src/game/player.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/player.cpp b/src/game/player.cpp
index e4c0390..8f418ac 100644
--- a/src/game/player.cpp
+++ b/src/game/player.cpp
@@ -58,7 +58,7 @@ void capture_move_keys( PLAYER* p ) {
p->input.jump = input.keys[input.binds.jump];
if( input.keys[input.binds.fwd] ) {
if( !p->input.fwd_held ) move->x = 1.f;
- p->input.fwd_held = 1;
+ p->input.fwd_held = 1;
} else {
if( p->input.fwd_held ) {
if( p->input.bk_held ) move->x = -1.f;