Skip to content

Commit

Permalink
Merge pull request #852 from WALLOFJUSTICE/dev-23-q3-2
Browse files Browse the repository at this point in the history
* fix filenames for non-windows compendium stats
  • Loading branch information
WALLOFJUSTICE authored Oct 24, 2024
2 parents 37286d3 + abb7bdd commit 0628851
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ui/MainMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38763,7 +38763,7 @@ namespace MainMenu {
statsTxt->setColor(statValColor);

page_right_inner->addImage(SDL_Rect{ statx - 18 - 12, staty + 11 - 12, 24, 24 },
0xFFFFFFFF, "*images/ui/Charsheet/HUD_CharSheet_AC_00.png");
0xFFFFFFFF, "*images/ui/CharSheet/HUD_CharSheet_AC_00.png");

staty += 26;
statsTxt = page_right_inner->addField("spd", 64);
Expand All @@ -38782,7 +38782,7 @@ namespace MainMenu {
statsTxt->setColor(statValColor);

page_right_inner->addImage(SDL_Rect{ statx - 18 - 12, staty + 11 - 12, 24, 24 },
0xFFFFFFFF, "*images/ui/Charsheet/HUD_CharSheet_DEX_00.png");
0xFFFFFFFF, "*images/ui/CharSheet/HUD_CharSheet_DEX_00.png");

statx = padx + 30 + 178;
staty = pady + 22;
Expand All @@ -38802,7 +38802,7 @@ namespace MainMenu {
statsTxt->setColor(statValColor);

page_right_inner->addImage(SDL_Rect{ statx - 18 - 12, staty + 11 - 12, 24, 24 },
0xFFFFFFFF, "*images/ui/Charsheet/HUD_CharSheet_ATT_00.png");
0xFFFFFFFF, "*images/ui/CharSheet/HUD_CharSheet_ATT_00.png");

staty += 26;
statsTxt = page_right_inner->addField("rangeatk", 64);
Expand Down Expand Up @@ -38841,7 +38841,7 @@ namespace MainMenu {


page_right_inner->addImage(SDL_Rect{ statx - 18 - 12, staty + 11 - 12, 24, 24 },
0xFFFFFFFF, "*images/ui/Charsheet/HUD_CharSheet_SPWR_00.png");
0xFFFFFFFF, "*images/ui/CharSheet/HUD_CharSheet_SPWR_00.png");

pady = staty + *compendiumMonsterSectionPadY;
}
Expand Down

0 comments on commit 0628851

Please sign in to comment.