Skip to content

Commit

Permalink
Reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlaux committed Nov 28, 2023
1 parent d613a9a commit efc30b1
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 123 deletions.
10 changes: 5 additions & 5 deletions src/d_player.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@ typedef enum
CF_RENDERSTATS = 64,
CF_SHOWFPS = 128,

// [Nugget] All of the following:
// [Nugget] ----------------------------------------------------------------

CF_INFAMMO = 0x00010000, // Infinite ammo
CF_FASTWEAPS = 0x00020000, // Fast Weapons
CF_FLY = 0x00040000,
CF_LINETARGET = 0x00080000, // Give info on the current linetarget
CF_SAITAMA = 0x00100000, // MDK Fist
CF_BOOMCAN = 0x00200000, // Explosive Hitscan

} cheat_t;


Expand Down Expand Up @@ -215,15 +215,15 @@ typedef struct player_s

weapswitch_t switching;

// [Nugget] All of the following:
// [Nugget] ----------------------------------------------------------------

weapontype_t lastweapon;

int jumptics; // Jumping delay
fixed_t crouchoffset; // How many units the player is crouched

fixed_t impactpitch, oldimpactpitch; // Pitch view on impact

// [crispy] blinking key or skull in the status bar
int keyblinkkeys[3], keyblinktics;

Expand Down
Loading

0 comments on commit efc30b1

Please sign in to comment.