Skip to content

Commit 3572b57

Browse files
FF7: Tweak the footstep running pace
Related #253
1 parent 20b7834 commit 3572b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sfx.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ void sfx_process_footstep()
494494
ffnx_trace("Game Input Key: 0x%x\n", ff7_externals.modules_global_object->current_key_input_status);
495495

496496
// If running change the pace
497-
if ((0x40 & ff7_externals.modules_global_object->current_key_input_status) != 0) pace = 0.35f;
497+
if ((0x40 & ff7_externals.modules_global_object->current_key_input_status) != 0) pace = 0.30f;
498498

499499
// If moving, play the footstep
500500
if (

0 commit comments

Comments
 (0)