fix: windows64 only falling back to 720 & update 4JLibs

This commit is contained in:
2026-08-25 21:52:46 -04:00
parent 344fd63488
commit 78f192ed76
5 changed files with 35 additions and 7 deletions
+1
View File
@@ -6257,6 +6257,7 @@ void CMinecraftApp::InitialiseTips()
ZeroMemory(m_TipIDA,sizeof(UINT)*MAX_TIPS_GAMETIP+MAX_TIPS_TRIVIATIP);
// Make the first tip tell you that you can play splitscreen in HD modes if you are in SD
//str1k3r - this doesnt work on Windows64, can someone help me with this? please.
if(!RenderManager.IsHiDef())
{
m_GameTipA[0].uiStringID=IDS_TIPS_GAMETIP_0;