Skip to content

Commit

Permalink
Merge pull request #2133 from momoko-h/Widestrings
Browse files Browse the repository at this point in the history
Remove two wide string literals [skip ci]
  • Loading branch information
momoko-h authored Dec 15, 2024
2 parents 6bf165f + 0fd3c53 commit a906155
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/game/Laptop/IMP_HomePage.cc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ static void InitImpHomepageTextInputBoxes(void) {
IMP_PLAYER_ACTIVATION_STRING_WIDTH,
IMP_PLAYER_ACTIVATION_STRING_HEIGHT,
MSYS_PRIORITY_HIGH + 2,
L"",
{},
IMP_PLAYER_ACTIVATION_STRING_LENGTH,
INPUTTYPE_FULL_TEXT
);
Expand Down
2 changes: 1 addition & 1 deletion src/game/Tactical/Map_Information.cc
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ void ValidateAndUpdateMapVersionIfNecessary()
//Older versions of mercs may require updating due to past bug fixes, new changes, etc.
if( gMapInformation.ubMapVersion < MINOR_MAP_VERSION )
{
SetRelativeStartAndEndPercentage( 0, 92, 93, L"Updating older map version..." );
SetRelativeStartAndEndPercentage(0, 92, 93, "Updating older map version...");
RenderProgressBar( 0, 0 );
UpdateOldVersionMap();
}
Expand Down

0 comments on commit a906155

Please sign in to comment.