forgot to use arc files

This commit is contained in:
Mohamed Ashraf 2026-03-04 22:38:30 +04:00
parent df63e927eb
commit d329707d75

View file

@ -4081,6 +4081,8 @@ void CMinecraftApp::loadMediaArchive()
mediapath = L"Common\\Media\\MediaPS3.arc";
#elif _WINDOWS64
mediapath = L"Common\\Media\\MediaWindows64.arc";
#elif __linux__
mediapath = L"Common\\Media\\MediaWindows64.arc";
#elif __ORBIS__
mediapath = L"Common\\Media\\MediaOrbis.arc";
#elif _DURANGO