We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b7834 commit 3572b57Copy full SHA for 3572b57
src/sfx.cpp
@@ -494,7 +494,7 @@ void sfx_process_footstep()
494
ffnx_trace("Game Input Key: 0x%x\n", ff7_externals.modules_global_object->current_key_input_status);
495
496
// If running change the pace
497
- if ((0x40 & ff7_externals.modules_global_object->current_key_input_status) != 0) pace = 0.35f;
+ if ((0x40 & ff7_externals.modules_global_object->current_key_input_status) != 0) pace = 0.30f;
498
499
// If moving, play the footstep
500
if (
0 commit comments