From 9dd8289e0dff40c2c61b410c924bb9f118b068cf Mon Sep 17 00:00:00 2001 From: aco4 Date: Wed, 10 Jul 2024 23:23:08 -0400 Subject: [PATCH] use pitch macro --- src/keybind.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keybind.cpp b/src/keybind.cpp index 522434d1758..39fbc771f64 100644 --- a/src/keybind.cpp +++ b/src/keybind.cpp @@ -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); }