From c3ebc5a8ec87e1ed17865fcbb50e611424c89af2 Mon Sep 17 00:00:00 2001 From: SSNTails <spaddlewit@gmail.com> Date: Fri, 23 Feb 2024 15:20:52 -0500 Subject: [PATCH] lol wrong issue, reverting last commit --- src/p_user.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/p_user.c b/src/p_user.c index 1964a6b3eb..25a60cf34b 100644 --- a/src/p_user.c +++ b/src/p_user.c @@ -12134,8 +12134,6 @@ void P_PlayerThink(player_t *player) case CR_DUSTDEVIL: player->drawangle += ANG20; break; - case CR_FAN: // Don't impact drawangle in any special way when on a fan - break; /* -- in case we wanted to have the camera freely movable during zoom tubes case CR_ZOOMTUBE:*/ case CR_ROPEHANG: -- GitLab