From 83a92221d19a7b1eab7b541b4dcf70e350c5b78c Mon Sep 17 00:00:00 2001 From: SMS Alfredo <msriofan3629@gmail.com> Date: Wed, 30 Dec 2020 15:51:55 -0500 Subject: [PATCH] Actual formatting fix --- src/d_player.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/d_player.h b/src/d_player.h index c1b891b3e..46a8e49d6 100644 --- a/src/d_player.h +++ b/src/d_player.h @@ -155,10 +155,10 @@ typedef enum PF_TAGIT = 1<<27, // The player is it! For Tag Mode /*** misc ***/ - PF_FORCESTRAFE = 1<<28, // Turning inputs are translated into strafing inputs + PF_FORCESTRAFE = 1<<28, // Turning inputs are translated into strafing inputs PF_CANCARRY = 1<<29, // Can carry another player? PF_FINISHED = 1<<30, // The player finished the level. NOT the same as exiting - PF_CANBUSTFLOORS = 1<<31, // Allow the player to break bustable floors. For Lua + PF_CANBUSTFLOORS = 1<<31, // Allow the player to break bustable floors. For Lua // up to 1<<31 is free } pflags_t; -- GitLab