Skip to content

Commit

Permalink
New Campaign Selector screen, support for new campaign mod packages (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Mar 16, 2024
1 parent 2f436b4 commit 57d90ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/titleui/campaign.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1832,7 +1832,7 @@ void WzCampaignSubInfoBox::display(int xOffset, int yOffset)
{
// draw compatibility image
int compatImgPosX0 = x0 + (compatibilityLabel->x() - (imgDimensions + imgTextPadding));
UWORD img;
UWORD img = 0;
PIELIGHT imgColor;
switch (compatibilityResult)
{
Expand Down

0 comments on commit 57d90ac

Please sign in to comment.