mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-26 17:55:30 +00:00
fix: unglob all of /Build/Common
This commit is contained in:
@@ -18,7 +18,7 @@ HRESULT CScene_DebugTips::OnInit( XUIMessageInit* pInitData, BOOL& bHandled )
|
||||
// Display the tooltips
|
||||
//ui.SetTooltips( m_iPad, IDS_TOOLTIPS_SELECT);
|
||||
// display the next tip
|
||||
wstring wsText=app.FormatHTMLString(m_iPad,app.GetString(app.GetNextTip()));
|
||||
std::wstring wsText=app.FormatHTMLString(m_iPad,app.GetString(app.GetNextTip()));
|
||||
wchar_t startTags[64];
|
||||
swprintf(startTags,64,L"<font color=\"#%08x\" size=14><DIV ALIGN=CENTER>",app.GetHTMLColour(eHTMLColor_White));
|
||||
wsText= startTags + wsText + L"</DIV>";
|
||||
@@ -41,7 +41,7 @@ HRESULT CScene_DebugTips::OnKeyDown(XUIMessageInput* pInputData, BOOL& rfHandled
|
||||
|
||||
// next tip
|
||||
// display the next tip
|
||||
wstring wsText=app.FormatHTMLString(m_iPad,app.GetString(app.GetNextTip()));
|
||||
std::wstring wsText=app.FormatHTMLString(m_iPad,app.GetString(app.GetNextTip()));
|
||||
wchar_t startTags[64];
|
||||
swprintf(startTags,64,L"<font color=\"#%08x\" size=14><DIV ALIGN=CENTER>",app.GetHTMLColour(eHTMLColor_White));
|
||||
wsText= startTags + wsText + L"</DIV>";
|
||||
|
||||
Reference in New Issue
Block a user