Skip to content

Commit

Permalink
use pitch macro
Browse files Browse the repository at this point in the history
  • Loading branch information
aco4 authored and KJeff01 committed Jul 22, 2024
1 parent 15d2519 commit 9dd8289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keybind.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@ void kf_PitchForward()
/* Resets pitch to default */
void kf_ResetPitch()
{
playerPos.r.x = DEG(360 - 20);
playerPos.r.x = DEG(360 + INITIAL_STARTING_PITCH);
setViewDistance(STARTDISTANCE);
}

Expand Down

0 comments on commit 9dd8289

Please sign in to comment.