Skip to content

Commit

Permalink
Widen columns in playerstats CCMD for Chex
Browse files Browse the repository at this point in the history
  • Loading branch information
bradharding committed Nov 2, 2024
1 parent ac0e35d commit 2468723
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified res/DRPLYRST.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/doomretro.wad
Binary file not shown.
4 changes: 2 additions & 2 deletions src/c_cmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -6294,7 +6294,7 @@ static void ShowMonsterKillStat_Game(const int tabs[MAXTABS], const mobjtype_t t

static void C_PlayerStats_Game(void)
{
const int tabs[MAXTABS] = { 200, 335 };
const int tabs[MAXTABS] = { 230, 365 };
skill_t favoriteskilllevel1 = favoriteskilllevel();
weapontype_t favoriteweapon1 = favoriteweapon(false);
weapontype_t favoriteweapon2 = favoriteweapon(true);
Expand Down Expand Up @@ -6955,7 +6955,7 @@ static void ShowMonsterKillStat_NoGame(const int tabs[MAXTABS], const mobjtype_t

static void C_PlayerStats_NoGame(void)
{
const int tabs[MAXTABS] = { 200, 335 };
const int tabs[MAXTABS] = { 230, 365 };
skill_t favoriteskilllevel1 = favoriteskilllevel();
weapontype_t favoriteweapon1 = favoriteweapon(true);
int time1 = (int)(stat_timeplayed / TICRATE);
Expand Down

0 comments on commit 2468723

Please sign in to comment.