diff --git a/src/p_user.c b/src/p_user.c
index 889e887c14ea2e28898896118b951782312965c8..dcb84451bd1dfa4111ac7f2c905dde2cbf2dc890 100644
--- a/src/p_user.c
+++ b/src/p_user.c
@@ -11623,10 +11623,6 @@ void P_PlayerThink(player_t *player)
 
 	cmd = &player->cmd;
 
-	// Add some extra randomization.
-	if (cmd->forwardmove)
-		P_RandomFixed();
-
 #ifdef PARANOIA
 	if (player->playerstate == PST_REBORN)
 		I_Error("player %s is in PST_REBORN\n", sizeu1(playeri));