mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-08 21:57:13 +00:00
Use standard wide strings in credit text
This commit is contained in:
parent
828ab5e277
commit
015fce0b3a
|
|
@ -7240,7 +7240,7 @@ void CMinecraftApp::RemoveLevelFromBannedLevelList(int iPad, PlayerUID xuid, cha
|
|||
}
|
||||
|
||||
// function to add credits for the DLC packs
|
||||
void CMinecraftApp::AddCreditText(LPCWSTR lpStr)
|
||||
void CMinecraftApp::AddCreditText(const wchar_t *lpStr)
|
||||
{
|
||||
DebugPrintf("ADDING CREDIT - %ls\n",lpStr);
|
||||
// add a string from the DLC to a credits vector
|
||||
|
|
|
|||
|
|
@ -364,7 +364,7 @@ public:
|
|||
void ProcessInvite(DWORD dwUserIndex, DWORD dwLocalUsersMask, const INVITE_INFO * pInviteInfo);
|
||||
|
||||
// Add credits for DLC installed
|
||||
void AddCreditText(LPCWSTR lpStr);
|
||||
void AddCreditText(const wchar_t *lpStr);
|
||||
|
||||
private:
|
||||
PlayerUID m_xuidNotch;
|
||||
|
|
|
|||
Loading…
Reference in a new issue