mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-21 12:52:53 +00:00
forgot to use arc files
This commit is contained in:
parent
df63e927eb
commit
d329707d75
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue