Skip to content
Snippets Groups Projects
Commit 83a92221 authored by SMS Alfredo's avatar SMS Alfredo
Browse files

Actual formatting fix

parent d654c091
Branches
No related tags found
No related merge requests found
...@@ -155,10 +155,10 @@ typedef enum ...@@ -155,10 +155,10 @@ typedef enum
PF_TAGIT = 1<<27, // The player is it! For Tag Mode PF_TAGIT = 1<<27, // The player is it! For Tag Mode
/*** misc ***/ /*** 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_CANCARRY = 1<<29, // Can carry another player?
PF_FINISHED = 1<<30, // The player finished the level. NOT the same as exiting 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 // up to 1<<31 is free
} pflags_t; } pflags_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment